Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export max_retries as an environment variable #290

Closed
linouk23 opened this issue Jul 21, 2023 · 1 comment
Closed

Export max_retries as an environment variable #290

linouk23 opened this issue Jul 21, 2023 · 1 comment

Comments

@linouk23
Copy link
Collaborator

What

provider "confluent" {
  cloud_api_key    = var.confluent_cloud_api_key
  cloud_api_secret = var.confluent_cloud_api_secret
  max_retries = 10
}

The ask is to be able to supply a value for max_retries via an environment variable.

@linouk23
Copy link
Collaborator Author

This was added in 1.50.0: https://github.com/confluentinc/terraform-provider-confluent/blob/master/CHANGELOG.md#1500-july-21-2023.

In short, one can use TF_PROVIDER_CONFLUENT_MAX_RETRIES env variable to set max_retries variable.

javabrett pushed a commit to javabrett/terraform-provider-confluent that referenced this issue Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant