Skip to content

Commit

Permalink
chore: Remove experimental module (module_variable_optional_attrs) (#24)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Terraform v1.3.0 or later
  • Loading branch information
dhoppe authored Oct 17, 2022
1 parent f71eeeb commit c5cdd1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "hcloud_firewall" {

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_hcloud"></a> [hcloud](#requirement\_hcloud) | ~> 1.0 |

## Providers
Expand Down
3 changes: 1 addition & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ terraform {
}
}

experiments = [module_variable_optional_attrs]
required_version = ">= 1.0"
required_version = ">= 1.3"
}

0 comments on commit c5cdd1e

Please sign in to comment.