We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384dd15 commit e761623Copy full SHA for e761623
versions.tf
@@ -1,7 +1,8 @@
1
terraform {
2
required_providers {
3
aws = {
4
- source = "hashicorp/aws"
+ source = "hashicorp/aws"
5
+ version = "~> 3.0"
6
}
7
8
required_version = ">= 0.13"
0 commit comments