Skip to content

Commit

Permalink
Sync recommended Terraform providers in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Sep 20, 2022
1 parent 558e293 commit f833b72
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/fedora-coreos/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.28.0"
version = "4.31.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.20.0"
version = "3.23.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.22.1"
version = "2.22.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.33.0"
version = "4.37.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.28.0"
version = "4.31.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.20.0"
version = "3.23.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.22.1"
version = "2.22.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.33.0"
version = "4.37.0"
}
}
}
Expand Down

0 comments on commit f833b72

Please sign in to comment.