We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When creating apigee_shared_flow resource, there are two created in fact - a shared flow and a proxy.
apigee_shared_flow
Steps to reproduce:
test_sharedflow.zip
terraform { required_version = "=1.1.8" required_providers { apigee = { source = "scastria/apigee" version = "~>0.1.50" } } } provider "apigee" { organization = "******" username = "******" password = "******" oauth_server = "*******" } resource "apigee_shared_flow" "main" { name = "test-sharedflow" bundle = "${path.module}/test_sharedflow.zip" bundle_hash = filebase64sha256("${path.module}/test_sharedflow.zip") }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When creating
apigee_shared_flow
resource, there are two created in fact - a shared flow and a proxy.Steps to reproduce:
test_sharedflow.zip
)The text was updated successfully, but these errors were encountered: