Skip to content

Commit

Permalink
temporarily comment out project_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fitzwater - IDI-C committed Sep 26, 2019
1 parent 983bf4d commit 7b5ff81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions terraform/examples/example-master.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ module "example_master" {
accounts_info = ""
source_file = "../../release/grace-inventory-lambda.zip"
appenv = "development"
project_name = "grace"
//project_name = "grace"
}

3 changes: 1 addition & 2 deletions terraform/examples/example-mgmt-all.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ module "example_mgmt_all" {
master_role_name = "AssumableRole"
source_file = "../../release/grace-inventory-lambda.zip"
appenv = "development"
project_name = "grace"
//project_name = "grace"
}

9 changes: 4 additions & 5 deletions terraform/examples/example-self.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// The default behavior is to inventory only the account the lambda function
// is installed in (i.e. accounts_info = "self"
module "example_self" {
source = "github.com/GSA/grace-inventory/terraform"
source_file = "../../release/grace-inventory-lambda.zip"
appenv = "development"
project_name = "grace"
source = "github.com/GSA/grace-inventory/terraform"
source_file = "../../release/grace-inventory-lambda.zip"
appenv = "development"
//project_name = "grace"
}

2 changes: 1 addition & 1 deletion terraform/tests/integration_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module "integration_test" {
// source = "github.com/GSA/grace-inventory/terraform?ref=latest"
source = "../"
accounts_info = "self"
project_name = "grace"
appenv = var.appenv
master_account_id = var.master_account_id
master_role_name = var.master_role_name
tenant_role_name = var.tenant_role_name
source_file = "../../release/grace-inventory-lambda.zip"
}

0 comments on commit 7b5ff81

Please sign in to comment.