Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksatirli/whats-new-with-terraform-014
Discover what's new with HashiCorp Terraform 0.14
https://github.com/ksatirli/whats-new-with-terraform-014
hashicorp hashicorp-terraform terraform
Last synced: about 1 month ago
JSON representation
Discover what's new with HashiCorp Terraform 0.14
- Host: GitHub
- URL: https://github.com/ksatirli/whats-new-with-terraform-014
- Owner: ksatirli
- License: apache-2.0
- Archived: true
- Created: 2020-11-30T11:20:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T15:51:49.000Z (over 3 years ago)
- Last Synced: 2024-09-18T04:32:29.142Z (about 2 months ago)
- Topics: hashicorp, hashicorp-terraform, terraform
- Language: HCL
- Homepage: https://youtu.be/680smFFurnM
- Size: 323 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HashiCorp Terraform 0.14
> Discover what's new with Terraform 0.14
## Table of Contents
- [HashiCorp Terraform 0.14](#hashicorp-terraform-014)
- [Table of Contents](#table-of-contents)
- [Examples](#examples)
- [Author Information](#author-information)
- [License](#license)## Examples
* [CLI Enhancement: Provider Lock files](https://github.com/ksatirli/whats-new-with-terraform-014/tree/main/terraform-init)
* [Core Enhancement: Mark variables as sensitive](https://github.com/ksatirli/whats-new-with-terraform-014/tree/main/sensitive-variables)
* [Core Enhancement: Reading and Writing State files from multiple versions](https://github.com/ksatirli/whats-new-with-terraform-014/tree/main/reading-state-files)
* [Enhancements: `alltrue` and `anytrue`](https://github.com/ksatirli/whats-new-with-terraform-014/tree/main/alltrue-anytrue)## Author Information
This repository is maintained by [Kerim Satirli](https://github.com/ksatirli).
## License
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.