terraformer icon indicating copy to clipboard operation
terraformer copied to clipboard

CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code

Results 282 terraformer issues
Sort by recently updated
recently updated
newest added

I added GCP CloudBuild triggers as a further resource. I also would love to add/map some more additional fields like `Substitutions` but wasn't able to get them working on the...

Would it be possible to add support for importing cloud build triggers? Semi-related - didn't see an open issue about using magic modules to generate these types - would it...

Stale

cat container_nlb_dns.tf - resource "ibm_container_nlb_dns" "tfer--_873e" { cluster = "clusterid" # removed the cluster ID nlb_host = "" # removed the host info nlb_ips = ["ip1", "ip2", "ip3"] # removed...

hi all, while I am able to import the dashboard from DataDog, there is one that I cant, Here is the error I am getting. Thank you in advance ```log...

Bumps [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) from 1.2.1 to 1.23.6. Changelog Sourced from github.com/aws/aws-sdk-go-v2/service/lambda's changelog. Release (2022-08-08) General Highlights Dependency Update: Updated to the latest SDK module versions Module Highlights github.com/aws/aws-sdk-go-v2: v1.16.9 Bug Fix:...

dependencies
go

At the moment the install instructions dont mention that you have to create a throwaway terraform directory, put files referencing the provider you intend to use, then execute `terraform init`,...

it would be very interesting having support for [google_artifact_registry_repository](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/artifact_registry_repository)

Hello, It would be nice to have the Cloudfront Cache Policy on Terraformer. [cloudfront_cache_policy](https://registry.terraform.io/providers/hashicorp%20%20/aws/latest/docs/resources/cloudfront_cache_policy) Thanks,

Stale

resource "ibm_cloudant" "tfer--cloudant_z7" { capacity = "1" cors_config { allow_credentials = "true" } enable_cors = "true" environment_crn = "com.cloudant.broker.dedicated.hardware.default" include_data_events = "false" legacy_credentials = "false" location = "us-south" name =...

My Env ``` terraformer-dir % terraform --version Terraform v1.1.9 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v4.6.0 terraformer-dir % terraformer --version version v0.8.19 terraformer-dir % ls -l ~/.terraform.d/plugins/registry.terraform.io/hashicorp/aws/4.6.0/ total 0 drwxr-xr-x 3...