FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_codecommit_repository

Provides a CodeCommit Repository Resource.

~> NOTE on CodeCommit Availability: The CodeCommit is not yet rolled out in all regions - available regions are listed
the AWS Docs.

Example Usage

resource "aws_codecommit_repository" "test" {
  repository_name = "MyTestRepository"
  description = "This is the Sample App Repository"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io