Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from padok-team/feat/bump_provider_version
Browse files Browse the repository at this point in the history
feat(versions.tf): bump provider version
  • Loading branch information
Kimelyne authored Mar 4, 2022
2 parents c704319 + f866cf7 commit 1b2b6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ No modules.

| Name | Description |
|------|-------------|
| <a name="output_zone_id"></a> [zone\_id](#output\_zone\_id) | ID of the deployed DNS zone. |
| <a name="output_dns_managed_zone_id"></a> [dns\_managed\_zone\_id](#output\_dns\_managed\_zone\_id) | ID of the deployed DNS zone. |
| <a name="output_dns_managed_zone_ns"></a> [dns\_managed\_zone\_ns](#output\_dns\_managed\_zone\_ns) | Delegate your managed\_zone to these virtual name servers. |
<!-- END_TF_DOCS -->

## License
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.90"
version = ">= 4.12"
}
}
}

0 comments on commit 1b2b6d0

Please sign in to comment.