-
Notifications
You must be signed in to change notification settings - Fork 30
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
Deleted Tf and Cfn files, updated references to new Tf repo #496
Conversation
docs/usage.md
Outdated
|
||
``` | ||
provider "aws" { | ||
profile = "default" |
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.
Can remove the "profile" line
docs/usage.md
Outdated
* These templates assume that the accompanying CloudFormation template | ||
is in the same directory. | ||
* Each corresponding Terraform template and the CloudFormation template are grouped together | ||
in the same directory . |
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.
got an extra space before the period
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.
Space and profile line removed.
docs/usage.md
Outdated
provider "aws" { | ||
profile = "default" | ||
} | ||
provide "aws" {} |
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.
=> provider
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.
Fixed!
Tf/Cfn files and folders removed and documentation references were updated to new Watchmaker Terraform repository.