Skip to content

Commit

Permalink
fix code issue
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Apr 27, 2023
1 parent 8c2fb73 commit d6f35a6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,24 @@ module "amplify" {

amplify_enabled = true
environment_name = "prod"
domain_name = ["newloop.eu", "newloop.dk"]
amplify_repository = "https://github.com/clouddrove-sandbox/terraform-aws-amplify-app"
domain_name = ["test.eu", "test.dk"]
amplify_repository = "https://github.com/clouddrove/terraform-aws-amplify"
access_token = "ghxxxxxm06Sd3KqkafBVu0xzcxcxcv0EA8AK"
amplify_branch_name = "main"
sub_domain_prefix_name = "scan"
deployment_artifacts = "app-example-deployment"
stack_name = "amplify-app-example"
branch_framework = "React"
branch_stage = "PRODUCTION"

# Environment variables for the autocreated branch.
branch_environment_variables = {
ENV = "test"
REACT_APP_API_SERVER = "https://api.example.com"

}
# Environment variables for the branch.
amplify_app_environment_variables = {
REACT_APP_API_SERVER = ""
ENV = "test"
}

custom_rules = [
Expand Down

0 comments on commit d6f35a6

Please sign in to comment.