Skip to content

Commit 67e6b9c

Browse files
committed
Amazon Route 53 Pipeline with Terraform
1 parent 936f8f7 commit 67e6b9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ xcuserdata/
281281
/*.gcno
282282
**/xcshareddata/WorkspaceSettings.xcsettings
283283

284-
# End of https://www.toptal.com/developers/gitignore/api/git,macos,xcode,jekyll,packer,ansible,vagrant,windows,notepadpp,terraform,powershell,terragrunt,sublimetext,ansibletower,visualstudiocode,linux
284+
# End of https://www.toptal.com/developers/gitignore/api/git,macos,xcode,jekyll,packer,ansible,vagrant,windows,notepadpp,terraform,powershell,terragrunt,sublimetext,ansibletower,visualstudiocode,linux

01-providers.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this way, the "terraform.tfstate" file will be stored in an S3 bucket and Dyn
2323
*/
2424

2525
# Terraform version (replace with yours)
26-
required_version = "~> 1.9.1"
26+
required_version = "1.9.2"
2727

2828
# Terraform providers
2929
required_providers {

04-dynamodb.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "aws_dynamodb_table" "dynamodb_terraform_state_lock_1" {
1919
}
2020

2121
tags = {
22-
"Name" = "dynamodb-terraform-state-lock-route53-1"
22+
Name = "dynamodb-terraform-state-lock-route53-1"
2323
}
2424

2525
depends_on = [aws_kms_key.kms_key_2]

0 commit comments

Comments
 (0)