Skip to content

Terraform module which creates codestar connection resources

License

Notifications You must be signed in to change notification settings

tim0git/terraform-aws-codestar-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-codestar-connection

Terraform module which creates codestar connection resources

Release v1.0.0

The following resources will be created

aws codestarconnections connection

Prerequisites

Bitbucket, GitHub or GitHubEnterpriseServer repository

Example1 (Basic - Non VPC)

module "codestar-connection" {
  source = "../../"

  name = "my-github-connection"
  
  provider_type = "GITHUB"
  
  tags = {
    Name = "my-github-connection"
  }
}
The aws_codestarconnections_connection resource is created in the state PENDING. 
Authentication with the connection provider must be completed in the AWS Console.

About

Terraform module which creates codestar connection resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages