terraform-provider-ct icon indicating copy to clipboard operation
terraform-provider-ct copied to clipboard

Terraform provider for converting Butane Configs to Ignition

Results 3 terraform-provider-ct issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.20.0 to 2.21.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.21.0 NOTES: This Go module has been updated to Go 1.18 per the Go support policy. Any consumers...

dependencies

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

This allows the use of the `local` contents option in a butane configuration. e.g. include a `docker-compose.yaml` from a separate file: ``` - path: /etc/docker-compose.yaml contents: local: docker-compose.yaml ``` Unless...