Skip to content

Add support for HTTP Connections for google_developer_connect_connection #25352

@ihnarayanan

Description

@ihnarayanan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions