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
c5d53821
Unverified
Commit
c5d53821
authored
Nov 24, 2020
by
Anton Babenko
Committed by
GitHub
Nov 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Updated supported Terraform versions (#18)
parent
88469893
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
16 deletions
+17
-16
.pre-commit-config.yaml
.pre-commit-config.yaml
+3
-2
README.md
examples/complete/README.md
+2
-2
versions.tf
examples/complete/versions.tf
+2
-2
README.md
modules/records/README.md
+3
-3
versions.tf
modules/records/versions.tf
+2
-2
README.md
modules/zones/README.md
+3
-3
versions.tf
modules/zones/versions.tf
+2
-2
No files found.
.pre-commit-config.yaml
View file @
c5d53821
repos
:
-
repo
:
git://github.com/antonbabenko/pre-commit-terraform
rev
:
v1.4
0
.0
rev
:
v1.4
4
.0
hooks
:
-
id
:
terraform_fmt
-
id
:
terraform_validate
-
id
:
terraform_docs
-
id
:
terraform_tflint
args
:
...
...
@@ -20,6 +21,6 @@ repos:
-
'
--args=--only=terraform_standard_module_structure'
-
'
--args=--only=terraform_workspace_remote'
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
rev
:
v3.
2
.0
rev
:
v3.
3
.0
hooks
:
-
id
:
check-merge-conflict
examples/complete/README.md
View file @
c5d53821
...
...
@@ -19,8 +19,8 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
| terraform | >= 0.12.6
, < 0.14
|
| aws | >= 2.49
, < 4.0
|
| terraform | >= 0.12.6 |
| aws | >= 2.49 |
## Providers
...
...
examples/complete/versions.tf
View file @
c5d53821
terraform
{
required_version
=
">= 0.12.6
, < 0.14
"
required_version
=
">= 0.12.6"
required_providers
{
aws
=
">= 2.49
, < 4.0
"
aws
=
">= 2.49"
}
}
modules/records/README.md
View file @
c5d53821
...
...
@@ -7,14 +7,14 @@ This module creates DNS records in Route53 zone.
| Name | Version |
|------|---------|
| terraform | >= 0.12.6
, < 0.14
|
| aws | >= 2.49
, < 4.0
|
| terraform | >= 0.12.6 |
| aws | >= 2.49 |
## Providers
| Name | Version |
|------|---------|
| aws | >= 2.49
, < 4.0
|
| aws | >= 2.49 |
## Inputs
...
...
modules/records/versions.tf
View file @
c5d53821
terraform
{
required_version
=
">= 0.12.6
, < 0.14
"
required_version
=
">= 0.12.6"
required_providers
{
aws
=
">= 2.49
, < 4.0
"
aws
=
">= 2.49"
}
}
modules/zones/README.md
View file @
c5d53821
...
...
@@ -7,14 +7,14 @@ This module creates Route53 zones.
| Name | Version |
|------|---------|
| terraform | >= 0.12.6
, < 0.14
|
| aws | >= 2.49
, < 4.0
|
| terraform | >= 0.12.6 |
| aws | >= 2.49 |
## Providers
| Name | Version |
|------|---------|
| aws | >= 2.49
, < 4.0
|
| aws | >= 2.49 |
## Inputs
...
...
modules/zones/versions.tf
View file @
c5d53821
terraform
{
required_version
=
">= 0.12.6
, < 0.14
"
required_version
=
">= 0.12.6"
required_providers
{
aws
=
">= 2.49
, < 4.0
"
aws
=
">= 2.49"
}
}
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