terraform-provider-cloudinit
terraform-provider-cloudinit copied to clipboard
Utility provider that exposes the cloudinit_config data source which renders a multipart MIME configuration for use with cloud-init (previously available as the template_cloudinit_config resource in t...
Bumps [hashicorp/ghaction-terraform-provider-release](https://github.com/hashicorp/ghaction-terraform-provider-release) from 4.0.0 to 4.0.1. Release notes Sourced from hashicorp/ghaction-terraform-provider-release's releases. v4.0.1 NOTES: hashicorp: Adjusted self-hosted runner label to new equivalent to prevent workflow errors after May 27th, 2024...
### Terraform CLI and Provider Versions `terraform version`: ``` Terraform v1.4.4 on linux_amd64 + provider registry.terraform.io/hashicorp/cloudinit v2.3.2 + provider registry.terraform.io/hashicorp/local v2.4.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/random v3.5.1 +...
Closes https://github.com/hashicorp/terraform-provider-cloudinit/issues/165
### Terraform CLI and Provider Versions Terraform v1.4.6 ### Use Cases or Problem Statement This feature request is in order to manage cloudinit nocloud datasource iso file from this provider....
### Terraform CLI and Provider Versions Terraform v1.4.4 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v5.26.0 + provider registry.terraform.io/hashicorp/cloudinit v2.3.4 ### Use Cases or Problem Statement When using a multipart `cloudinit_config` such...
### Terraform CLI and Provider Versions Terraform v1.9.1 on linux_amd64 + provider registry.terraform.io/hashicorp/cloudinit v2.3.4 + provider registry.terraform.io/hashicorp/null v3.2.2 ### Terraform Configuration ```terraform # Very contrived minimal reproduction # main.tf ###...