-
### Terraform Version
```shell
Terraform v1.6.0 on windows_amd64
```
### Use Cases
I have a terraform configuration that includes declarative import blocks. For this configuration, I have…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
It would be useful to integrate this promising tool into a CI. Many of our stages are using containers to run. It would be helpful to pinpoint generation using a small docker image that only do the ge…
-
### Module version
```
v0.1.0
```
### Use-cases
There are several situations in which a field should be considered behavioral. It's not tracking state under management, it's controlling h…
-
**Terraform Version & Prov:**
**AFT Version:**
1.3.3
**Terraform Version & Provider Versions**
Please provide the outputs of `terraform version` and `terraform providers` from within your AFT …
-
### Module version
```
v1.2.0
```
### Relevant provider source code
The original issue occurred in a provider schema, although this is issue should theoretically be reproducible in data sou…
bflad updated
9 months ago
-
_This issue was originally opened by @vikas027 as hashicorp/terraform#12249. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-…
-
We need to take into consideration developer time, as well as security. A solution would be to use something like Heroku but then, if we use a managed database service we'll need to make our IP allowl…
-
This terraform provider is *exactly* what I have been looking for, but the only problem is that it doesn't seem to support remote connections.
Could support for remote connections be added? I feel …
-
I've noticed in the unit tests that do:
```go
resource = LoadCfResource(CfBuildpackResource{})
resourceData = resource.Data(&terraform.InstanceState{})
```
It's not possible to test an `resource.…