generated from GSA/grace-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily comment out project_name
- Loading branch information
Brian Fitzwater - IDI-C
committed
Sep 26, 2019
1 parent
983bf4d
commit 7b5ff81
Showing
4 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters