Skip to content

Commit

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

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

amplify_enabled = true
Expand All @@ -32,8 +32,6 @@ module "amplify" {
access_token = "ghp_xxxxxjq0mUrbxxxxxxxuqxh4pxxxxxxx192m"
sub_domain_prefix_name = "scan"
deployment_artifacts = "app-example-deployment"
branch_framework = "Web"
branch_stage = "PRODUCTION"
ttl = 5
build_spec = <<-EOT
version: 1
Expand Down

0 comments on commit 66bc30b

Please sign in to comment.