-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[terraform] Upgrade to
0.11.14
(#194)
* Upgrade terraform * Fix markdown
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ Add the following to your `Dockerfile` near the top. | |
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/ | ||
RUN echo "@cloudposse https://apk.cloudposse.com/3.9/vendor" >> /etc/apk/repositories | ||
``` | ||
__NOTE__: we support alpine `3.7`, `3.8, and `3.9` packages at this time | ||
__NOTE__: we support alpine `3.7`, `3.8`, and `3.9` packages at this time | ||
|
||
### Installing Alpine Packages | ||
|
||
|
@@ -242,7 +242,7 @@ slack-notifier 0.1.3 Command line utility to send messages with | |
sops 3.2.0 Secrets management stinks, use some sops! | ||
stern 1.8.0 ⎈ Multi pod and container log tailing for Kubernetes | ||
teleport 3.2.4 Privileged access management for elastic infrastructure. | ||
terraform 0.11.13 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. | ||
terraform 0.11.14 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. | ||
terraform-0.11 0.11.14 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. | ||
terraform-docs 0.4.5 Generate docs from terraform modules | ||
terragrunt 0.18.3 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules. | ||
|
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 |
---|---|---|
|
@@ -77,7 +77,7 @@ usage: |- | |
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/ | ||
RUN echo "@cloudposse https://apk.cloudposse.com/3.9/vendor" >> /etc/apk/repositories | ||
``` | ||
__NOTE__: we support alpine `3.7`, `3.8, and `3.9` packages at this time | ||
__NOTE__: we support alpine `3.7`, `3.8`, and `3.9` packages at this time | ||
### Installing Alpine Packages | ||
|
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 +1 @@ | ||
0.11.13 | ||
0.11.14 |