Skip to content

Commit

Permalink
Merge pull request #39 from TheDen/remove-experimental-feature
Browse files Browse the repository at this point in the history
Remove experimental feature
  • Loading branch information
Renatovnctavares authored Jul 13, 2023
2 parents cedce08 + 9e58c40 commit b4a1984
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,18 @@ module "network" {

## Requirements

For releases <= `1.8.5`

| Name | Version |
|------|---------|
| terraform | >= 0.14.0 |

For releases > `1.8.5`

| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |

## Providers

| Name | Version |
Expand Down
2 changes: 1 addition & 1 deletion _variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
experiments = [module_variable_optional_attrs]
required_version = ">= 1.3.0"
}

variable "max_az" {
Expand Down

0 comments on commit b4a1984

Please sign in to comment.