Skip to content

Commit

Permalink
Update recommended Terraform provider versions
Browse files Browse the repository at this point in the history
* Sync Terraform provider plugins with those used internally
  • Loading branch information
dghubble committed Sep 13, 2020
1 parent eb093af commit db8e94b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 = "3.5.0"
version = "3.6.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 = "2.26.0"
version = "2.27.0"
}
}
}
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 = "3.37.0"
version = "3.38.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 = "3.5.0"
version = "3.6.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 = "2.26.0"
version = "2.27.0"
}
}
}
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 = "3.37.0"
version = "3.38.0"
}
}
}
Expand Down

0 comments on commit db8e94b

Please sign in to comment.