-
### Terraform Version
```
0.13.2
```
### Terraform Configuration Files
```terraform
resource "random_string" "random" {
keepers = {
# Generate a new id each time we create …
-
When I run `terraform destroy` on a single lxd_container instance, terraform crashes.
main.tf
```hcl
terraform {
required_providers {
lxd = {
source = "terraform-lxd/lxd"
}
…
-
Hi,
I've set up the provider information url and credentials in this way:
```YAML
terraform {
required_providers {
artifactory = {
source = "jfrog/artifactory"
version = …
-
There are already several feature requests to decrease the verbosity of terraform, e.g. [#21639](https://github.com/hashicorp/terraform/issues/21639), [#18467](https://github.com/hashicorp/terraform/i…
-
hi,
I try to add a CVS,
```
netapp-gcp_volume.static_content will be created
+ resource "netapp-gcp_volume" "static_content" {
+ delete_on_creation_error = false
+ id …
-
### Terraform Version and Provider Version
v0.13.3
### Provider Version
v1.3.1
### Terraform Configuration Files
```hcl
provider "helm" {
kubernetes {
load_config_file = false
t…
-
_Originally opened by @ghost in https://github.com/cuelang/cue/issues/60_
This input:
~~~
outer middle inner: 3
~~~
produces this with CUE
~~~json
{
"outer": {
"middle": {
…
-
### Terraform Version
```
09:12 $ terraform version
Terraform v0.13.5
```
A similar issue was experienced for Terraform 0.12.
### Terraform Configuration Files
02-credentials.tfva…
-
**Description**:
Create 2 lambdas in terraform. Each lambda will have its own security group. Also create a VPC endpoint with a security group of it’s own. Add the lambda security groups as an ingres…
-
Hi,
Signalfx terraform script is crashing when using inside Jenkins. In Jenkins I'm using the docker image: hashicorp/terraform:full on the slave. And when I run the terraform script in Jenkins I g…