File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ module "example" {
3535
3636| Name | Version |
3737| ------| ---------|
38- | terraform | ~ > 1.1 |
39- | aws | ~ > 4.9 |
38+ | terraform | >= 1.1 |
39+ | aws | >= 4.9 |
4040
4141## Providers ##
4242
4343| Name | Version |
4444| ------| ---------|
45- | aws | ~ > 4.9 |
45+ | aws | >= 4.9 |
4646
4747## Modules ##
4848
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ terraform {
1414 # for more information about the S3 bucket refactor.
1515 aws = {
1616 source = " hashicorp/aws"
17- version = " ~> 4.9"
17+ version = " >= 4.9"
1818 }
1919 }
2020
2121 # Version 1.1 of Terraform is the first version to support the
2222 # nullable key in variable definitions.
23- required_version = " ~> 1.1"
23+ required_version = " >= 1.1"
2424}
You can’t perform that action at this time.
0 commit comments