powellquiring
powellquiring
I was able to reproduce with 1.41, fixed in 1.40 ``` cd /tmp git clone https://github.com/powellquiring/tfbugs cd tfbugs/bug-vpc-fip-panic cp template.local.env local.env vi local.env; # edit it terraform init terraform apply...
Is the default documented?
Document the default value.
Since a default is accepted by the provider it's behavior should be documented.
Using the cli: ``` ibmcloud resource search 'service_name:is AND type:image AND tags:"version:1.2"' ```
A provision of an IKS cluster using took under 3 hours and all was well. So it is just a timeout issue. Not sure if there is anything that terraform...
Is it possible to configure the swagger ui to have a root different then "/". In my example I would set the swagger ui root to "/application"
If you have have problems reproducing this please reach out.
Just ran into this again.
Good point: ``` /* resource "ibm_pi_workspace" "location" { pi_name = local.name pi_datacenter = local.datacenter pi_resource_group_id = local.resource_group_id # pi_plan = "power-virtual-server-group" pi_plan = "public" } */ resource "ibm_resource_instance" "location" {...