Difference between revisions of "Terraform resource: aws codestarconnections connection"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarconnections_connection
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarconnections_connection
 +
 +
resource "aws_codestarconnections_connection" "example" {
 +
  name          = "example-connection"
 +
  [[provider_type]] = "[[Bitbucket]]"
 +
}
 +
 +
 +
== [[Argument]] ==
 +
* <code>provider_type</code> - (Optional) The name of the external provider where your third-party code repository is configured. Valid values are Bitbucket, GitHub, GitHubEnterpriseServer, GitLab or GitLabSelfManaged. Changing provider_type will create a new resource. Conflicts with host_arn
  
  

Latest revision as of 15:55, 19 June 2024

resource "aws_codestarconnections_connection" "example" {
  name          = "example-connection"
  provider_type = "Bitbucket"
}


Argument[edit]

  • provider_type - (Optional) The name of the external provider where your third-party code repository is configured. Valid values are Bitbucket, GitHub, GitHubEnterpriseServer, GitLab or GitLabSelfManaged. Changing provider_type will create a new resource. Conflicts with host_arn


See also[edit]

Advertising: