Skip to content

Commit

Permalink
fix: updated amplify repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Jun 12, 2023
1 parent 66bc30b commit 7c1d17a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "amplify" {
source = "../"

name = "amplify"
environment = "test"
environment = "test2"
label_order = ["name", "environment"]

amplify_enabled = true
Expand All @@ -17,7 +17,7 @@ module "amplify" {
# Enable auto build for the created branches
enable_auto_build = true
}
enable_auto_branch_creation = false
enable_auto_branch_creation = true
enable_basic_auth = false
enable_branch_auto_build = true
enable_branch_auto_deletion = true
Expand All @@ -27,9 +27,9 @@ module "amplify" {
"*/**"
]

domain_name = ["test-example.com", "www.test-example.com"]
amplify_repository = "https://github.com/nileshgadgi/gitrepo"
access_token = "ghp_xxxxxjq0mUrbxxxxxxxuqxh4pxxxxxxx192m"
# domain_name = ["test-example.com", "www.test-example.com"]
amplify_repository = "https://github.com/clouddrove/terraform-aws-amplify"
access_token = "ghp_xxxxtjq0xxxxxxxoLIMuxxxxxxBJg70txxxx"
sub_domain_prefix_name = "scan"
deployment_artifacts = "app-example-deployment"
ttl = 5
Expand Down

0 comments on commit 7c1d17a

Please sign in to comment.