mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: update required_providers block for terraform 0.12 compatibility
This commit is contained in:
parent
1a53575b15
commit
ce1fba5817
@ -111,8 +111,8 @@ minimum version for that provider.
|
||||
|
||||
```hcl
|
||||
terraform {
|
||||
required_providers = {
|
||||
aws = ">= 1.0.0"
|
||||
required_providers {
|
||||
aws = ">= 2.7.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user