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

Terraform Ignition provider

Results 15 terraform-provider-ignition issues
Sort by recently updated
recently updated
newest added

:warning: This PR should not be merged! :warning: Instead, a v2 branch should be created for these changes so that this version can be distributed alongside v1. So far this...

dependencies
size/XXL

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

Ignition documentation for [ignition_file](https://www.terraform.io/docs/providers/ignition/d/file.html) and [ignition_directory](https://www.terraform.io/docs/providers/ignition/d/directory.html) state that `mode` argument can be provided either octal or decimal: > mode - (Optional) The directory's permission mode. Note that the mode can...

_This issue was originally opened by @arunabhabanerjee as hashicorp/terraform#23640. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ ### Terraform...

Specs: https://coreos.com/ignition/docs/latest/configuration-v2_2.html Migration: https://coreos.com/ignition/docs/latest/migrating-configs.html

### Terraform Version Terraform v0.12.1 ### Affected Resource(s) Please list the resources as a list, for example: - ignition_config If this issue appears to affect multiple resources, it may be...

_This issue was originally opened by @alkar as hashicorp/terraform#15830. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ ### Terraform...

bug

As seen in the official [configuration document](https://github.com/coreos/ignition/blob/master/doc/configuration-v2_1.md). This would allow users to specify a user/group name.

### Terraform Version Any ### Affected Resource(s) - ignition_* ### Brief Background about Ignition First note: Ignition and the Ignition spec are versioned separately. Ignition versions have been in the...

It would be nice to allow appending content to files rather than over-writing the existing content The use case is to add environment variables to /etc/profile.env to set the HTTP_PROXY...