-
Hi,
We are unable to create a `fortios_firewall_object_service ` as per documentation examples:
```
resource "fortios_firewall_object_service" "v13" {
name = "servicetest2"
cate…
-
### 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
-
The plan output is way, WAY too verbose. Using the vsphere provider. A single VM attribute change yields nearly 140 lines of json. We could have 100s VM's in a statefile, making a simple single at…
-
_This issue was originally opened by @vrenjith as hashicorp/terraform#11706. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-…
-
Hi,
For installing the provider we used `go get` since `go install` didn't work.
After verifying that the provider is installed and we were able to run terraform plan on this sample code
```
…
ghost updated
4 years ago
-
Hello,
After release v1.0.5, my terraform fails with the error:
```
Error: rpc error: code = Unavailable desc = transport is closing
panic: interface conversion: interface {} is nil, not string
…
-
### Terraform Version
```
Terraform v0.13.0-beta1
```
### Terraform Configuration Files
```hcl
# main.tf
module "shapes" {
source = "./modules/shapes"
circle = 5
square…
-
Hello Team,
Getting run time error while running the tests, this was not seen on 0.8.1 when I was running on my Mac, however now when I moved to 0.10.7 I tried running the tests and I am getting this…
-
**Issue by [andrescolodrero](https://github.com/andrescolodrero)**
_Thursday May 14, 2020 at 19:59 GMT_
_Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/29…
-
### Terraform Version
```
Terraform v0.12.20
```
### Terraform Configuration Files
```hcl
### - Consul backend configuration - ###
backend "consul" {
address = "localhost:8…