-
### Terraform Version
```
Terraform v0.13.0-beta1
```
### Terraform Configuration Files
```hcl
# main.tf
module "shapes" {
source = "./modules/shapes"
circle = 5
square…
-
`PUT %3Ctest-%7Bnow%2Fy%7Byyyy%7D%7D-000001%3E`
and
`DELETE %3Ctest-%7Bnow%2Fy%7Byyyy%7D%7D-000001%3E`
creates an index just fine, but the following does not work in Terraform.
```
resource "elas…
-
### Terraform Version
```
Terraform v0.11.4
```
### Terraform Configuration Files
```hcl
...
```
### Debug Output
### Crash Output
Error: vra7_resource.RHEL_6_Full_Supp…
-
Hi!
I think it would be reasonable to add an optional service resource for the Сlient. It could be use when a Consul Server Cluster is running outside a Kubernetes cluster and your apps need to do …
-
_This issue was originally opened by @FabioIngrao as hashicorp/terraform#23599. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-ter…
ghost updated
4 years ago
-
_This issue was originally opened by @btc as hashicorp/terraform#25168. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0…
ghost updated
4 years ago
-
### Terraform Version
Terraform v0.12.19
+ provider.bigip v1.1.1
### Terraform Configuration Files
```
...
resource "bigip_ssl_certificate" "ecs_s3_crt" {
name = "ecs-s3"
content …
revog updated
4 years ago
-
Hi,
We are unable to create a `fortios_firewall_object_service ` as per documentation examples:
```
resource "fortios_firewall_object_service" "v13" {
name = "servicetest2"
cate…
-
The method tries to check if the libraries have a non-empty string for its name but for the Pypi, Maven and Cran libraries are pointer to structs, so when it tries to check the len like the following,…
-
### Terraform Version
```
Terraform v0.12.20
```
### Terraform Configuration Files
```hcl
### - Consul backend configuration - ###
backend "consul" {
address = "localhost:8…