Skip to content

Commit b564101

Browse files
Merge pull request #23 from intel/Feb-update
Update
2 parents e4bac50 + a6ab8d9 commit b564101

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<img src="https://github.com/intel/terraform-intel-azure-postgresql-flexible-server/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2022, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Azure PostgreSQL Flexible Server Module
1010

1111
This module can be used to deploy an Intel optimized Azure PostgreSQL Flexible Server instance.
1212
Instance selection and PostgreSQL optimization are included by default in the code.
1313

14-
The PostgreSQL Optimizations were based off [Intel Xeon Tunning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
14+
The PostgreSQL Optimizations were based off [Intel Xeon Tuning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
1515

1616
## Performance Data
1717

@@ -114,13 +114,13 @@ Note that this example creates resources. Run `terraform destroy` when you don't
114114
| Name | Version |
115115
|------|---------|
116116
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
117-
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>3.26.0 |
117+
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>3.86 |
118118

119119
## Providers
120120

121121
| Name | Version |
122122
|------|---------|
123-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~>3.26.0 |
123+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~>3.86 |
124124

125125
## Modules
126126

examples/intel-optimized-pgsql-flexible-server-db_parameters/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<img src="https://github.com/intel/terraform-intel-azure-postgresql-flexible-server/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2022, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Intel Optimized Azure PostgreSQL Flexible Server Module Expanded Parameters Example
1010

1111
This module can be used to deploy an Intel optimized Azure PostgreSQL Flexible Server instance with expanded database parameters .
1212
Instance selection and pgsql optimization are included by default in the code.
1313

14-
The PostgreSQL Optimizations were based off [Intel Xeon Tunning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
14+
The PostgreSQL Optimizations were based off [Intel Xeon Tuning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
1515

1616
## Usage
1717

examples/intel-optimized-pgsql-flexible-server-db_parameters/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"
6-
version = "~>3.26.0"
6+
version = "~>3.86"
77
}
88
}
99
}

examples/intel-optimized-pgsql-flexible-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<img src="https://github.com/intel/terraform-intel-azure-postgresql-flexible-server/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2022, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Intel Optimized Azure PostgreSQL Flexible Server Module Example
1010

1111
This module can be used to deploy an Intel optimized Azure PostgreSQL Flexible Server instance.
1212
Instance selection and pgsql optimization are included by default in the code.
1313

14-
The PostgreSQL Optimizations were based off [Intel Xeon Tunning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
14+
The PostgreSQL Optimizations were based off [Intel Xeon Tuning guides](<https://www.intel.com/content/www/us/en/developer/articles/guide/open-source-database-tuning-guide-on-xeon-systems.html>)
1515

1616
## Usage
1717

examples/intel-optimized-pgsql-flexible-server/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"
6-
version = "~>3.26.0"
6+
version = "~>3.86"
77
}
88
}
99
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"
6-
version = "~>3.26.0"
6+
version = "~>3.86"
77
}
88
}
99
}

0 commit comments

Comments
 (0)