terraform-provider-external icon indicating copy to clipboard operation
terraform-provider-external copied to clipboard

Utility provider that exists to provide an interface between Terraform and external programs. Useful for integrating Terraform with a system for which a first-class provider does not exist.

Results 27 terraform-provider-external issues
Sort by recently updated
recently updated
newest added

### Terraform CLI and Provider Versions N/A and N/A ### Use Cases or Problem Statement [Go 1.19 was recently released](https://go.dev/doc/go1.19) and one of its minor version changes is to the...

breaking-change
technical-debt

### Terraform CLI and Provider Versions Terraform CLI: 1.1.1 External provider: 2.2.2 ### Terraform Configuration ```terraform data "external" "tools_accounts" { program = ["aws", "organizations", "list-accounts-for-parent", "--parent-id", local.deployment_ou, "--query", "Accounts[?Name==`${local.tools_account}`] |...

bug

### Terraform CLI and Provider Versions $ terraform --version Terraform v0.14.3 Your version of Terraform is out of date! The latest version is 1.2.5. You can update by downloading from...

bug

_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-0-10/). The original body of the issue is below._ ### Terraform Version...

enhancement

### Terraform CLI and Provider Versions N/A (main branch development) ### Use Cases or Problem Statement Following the Go [support policy](https://golang.org/doc/devel/release.html#policy) and given the ecosystem availability and stability of the...

enhancement

this PR is retrofitted from https://github.com/nazarewk-iac/terraform-provider-custom / https://registry.terraform.io/providers/nazarewk-iac/custom/latest The documentation is available at https://registry.terraform.io/providers/nazarewk/external/latest/docs/resources/resource?pollNotifications=true Contrary to the data source the resource does not have `stdin`/`stdout` interface with Terraform. Instead it...

documentation
size/XL

Migrate from https://github.com/hashicorp/terraform-plugin-sdk to https://github.com/hashicorp/terraform-plugin-framework.

provider

This also implies switching to the new Terraform Plugin framework. Switching to `DynamicPseudoType` will allow the output to be parsed from any value, whether JSON array or object, or if...

enhancement

### Terraform Version ``` Terraform v0.14.5 + provider registry.terraform.io/hashicorp/aws v3.34.0 + provider registry.terraform.io/hashicorp/external v2.1.0 ``` ### Affected Resource(s) - `external` ### Terraform Configuration Files ```hcl data "external" "test" { program...

enhancement
waiting-response

### Terraform Version Terraform v0.11.8 ### Affected Resource(s) external ### Terraform Configuration Files ```hcl data "external" "webhook" { program = ["az", "webapp", "deployment", "list-publishing-profiles", "--name", "fa-we-shared-pvs-prod", "--resource-group", "rg-we-shared-prod", "--query", "\"[].{PWD:userPWD}\"",...

bug