Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-route53
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-route53
Commits
b614cc71
Unverified
Commit
b614cc71
authored
Apr 28, 2021
by
Anton Babenko
Committed by
GitHub
Apr 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Updated versions in README (#37)
parent
a12ce343
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
b614cc71
...
@@ -11,7 +11,7 @@ This module currently does not have all arguments supported by the Terraform AWS
...
@@ -11,7 +11,7 @@ This module currently does not have all arguments supported by the Terraform AWS
## Terraform versions
## Terraform versions
Terraform 0.12. Pin module version to
`~>
v1
.0`
. Submit pull-requests to
`master`
branch.
Terraform 0.12. Pin module version to
`~>
2
.0`
. Submit pull-requests to
`master`
branch.
## Usage
## Usage
...
@@ -20,7 +20,7 @@ Terraform 0.12. Pin module version to `~> v1.0`. Submit pull-requests to `master
...
@@ -20,7 +20,7 @@ Terraform 0.12. Pin module version to `~> v1.0`. Submit pull-requests to `master
```
hcl
```
hcl
module
"zones"
{
module
"zones"
{
source
=
"terraform-aws-modules/route53/aws//modules/zones"
source
=
"terraform-aws-modules/route53/aws//modules/zones"
version
=
"~>
1
.0"
version
=
"~>
2
.0"
zones
=
{
zones
=
{
"terraform-aws-modules-example.com"
=
{
"terraform-aws-modules-example.com"
=
{
...
@@ -42,9 +42,9 @@ module "zones" {
...
@@ -42,9 +42,9 @@ module "zones" {
module
"records"
{
module
"records"
{
source
=
"terraform-aws-modules/route53/aws//modules/records"
source
=
"terraform-aws-modules/route53/aws//modules/records"
version
=
"~>
1
.0"
version
=
"~>
2
.0"
zone_name
=
keys
(
module
.
zones
.
this_
route53_zone_zone_id
)
[
0
]
zone_name
=
keys
(
module
.
zones
.
route53_zone_zone_id
)
[
0
]
records
=
[
records
=
[
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment