-
Notifications
You must be signed in to change notification settings - Fork 33
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
Terraform 0.14 upgrade #28
Conversation
/test all |
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.
need to fix
var.enabled is null
/test all |
1 similar comment
/test all |
aa9a7b5
to
d537054
Compare
/test all |
/test all |
@@ -51,7 +51,9 @@ description: |- | |||
usage: |- | |||
```hcl | |||
module "dynamodb_autoscaler" { | |||
source = "git::https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler.git?ref=master" | |||
source = "cloudposse/dynamodb-autoscaler/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.
Our regex should capture the whitespace to preserve the formatting
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.
With the comment below it, the example is formatted as terraform fmt
would format it.
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.
Technically correct ;)
* make this module v14 compatible (cloudposse#27) Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> * Terraform 0.14 upgrade (cloudposse#28) * Fix auto-context and validate-codeowners (cloudposse#29) * Update README.md and docs (cloudposse#30) Co-authored-by: Nuru <Nuru@users.noreply.github.com> * Terraform 0.14 upgrade (cloudposse#31) * Terraform 0.14 upgrade * updated workflows * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> * context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated (cloudposse#33) Co-authored-by: Jürgen W <jurgenweber@users.noreply.github.com> Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> Co-authored-by: Nuru <Nuru@users.noreply.github.com> Co-authored-by: Cloud Posse Bot (CI/CD) <bot@cloudposse.com> Co-authored-by: Maxim Mironenko <maxim@cloudposse.com>
what
why