-
Notifications
You must be signed in to change notification settings - Fork 20
Use local main.tf by default #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| args := argsFromOverrides(overrides) | ||
| s.Util.Terraformer.Apply(args) | ||
| s.Util.Terraformer.Apply(ctx, []string{}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should remove or change the above log statement. The output makes it look like it was already applied before asking if you want to apply dce resources
~ ./dce-cli system deploy
Creating DCE infrastructure
Initializing terraform working directory
Applying DCE infrastructure
Are you sure you would like to create DCE resources?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch. I'll clean these up to show a better flow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in latest push. The output now looks like this:
Initializing
Creating DCE infrastructure
Are you sure you would like to create DCE resources? (must type "yes" if yes) yes
Retrieving artifacts location
Artifacts bucket = 574035908831-dce-artifacts-dce-bmddqqcb
Deploying code assets to DCE infrastructure
Downloading DCE code assets
.
.
.
.
.
.
.
.
.
.
.
Updating AWS Lambda functions...
Finished updating AWS Lambda functions.…cal-state-by-default
|
@nathanagood -- do you think we could do an in person review of this PR, given its size? |
@eschwartz - If by "in-person" you mean over vid, sure. I'd hate to wait until we are physically in-person. |
… logic reversed after code change.
Proposed changes
Changes to resolve the following issues:
terraformbinary now and redirecting the output to a log file.system deploylogs are super verbose #41 - system deploy logs are now conciseTypes of changes
Checklist
README.md, inline comments, etc.)CHANGELOG.mdunder a## nextrelease, with a short summary of my changesRelevant Links
Further comments