-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Milestone
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
- Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- If an issue is assigned to a user, that user is claiming responsibility for the issue.
- Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
The google_developer_connect_connection resource in Terraform lacks config for a generic HTTP connection
New or Affected Resource(s)
- google_developer_connect_connection
Potential Terraform Configuration
resource "google_developer_connect_connection" "my-connection" {
location = "us-central1"
connection_id = "my-connection"
http_config {
basic_authentication {
username = "[email protected]"
password_secret_version = "projects/my-project/secrets/http-creds/versions/latest"
}
host_uri = "https://some-host.com"
}
}References
b/449977228
b/467076050
Reactions are currently unavailable