Skip to content

Commit

Permalink
feat: terrafrom script for rest-api and rest-api private
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatishsharma77 committed Jan 22, 2024
1 parent 302cbdc commit 191b4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _examples/complete/rest-api-gateway/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider "aws" {
locals {
name = "api"
environment = "test"
domain_name = "tech-tycoons.clouddrove.ca"
domain_name = "clouddrove.ca"
region = "us-east-1"
}
####----------------------------------------------------------------------------------
Expand Down Expand Up @@ -97,7 +97,7 @@ module "rest_api" {

# -- Required
domain_name = "api.${local.domain_name}"
zone_id = "Z01564602K369XB8J3IEP"
zone_id = "Z01564602K369XB8xxxxx"
rest_api_role = <<EOF
{
"Version": "2012-10-17",
Expand Down

0 comments on commit 191b4b0

Please sign in to comment.