Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-e-allen committed Nov 1, 2024
1 parent bd7b23c commit 4d51802
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Terraform module to create Terraform drift, plan, and apply CodePipelines.

## Change Log

### 3.3.1
- Loosen version restriction on `hashicorp/archive` provider.
- Update references from old `CU-CommunityApps` Github Organization to new `cu-cit-cloud-team` Github Organization.

### 3.3.0
- add tags to IAM role and policy resources

Expand Down Expand Up @@ -63,7 +67,7 @@ None.
```
module "apply_pipeline" {
source = "github.com/CU-CommunityApps/tf-module-apply-pipeline.git?ref=v1.0.0"
source = "github.com/cu-cit-cloud-team/tf-module-apply-pipeline.git?ref=v1.0.0"
namespace = "tf-example"
Expand All @@ -73,7 +77,7 @@ module "apply_pipeline" {
terraform_version = "1.0.10"
terraform_state_bucket = "my-tf-bucket"
terraform_state_key = "prod/tf-example/resources/terraform.state"
github_repo = "CU-CommunityApps/tf-example"
github_repo = "cu-cit-cloud-team/tf-example"
git_branch = "main"
resource_plan_policy_arns = [
"arn:aws:iam::123456789012:policy/tf-example-plan-privs"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
archive = {
source = "hashicorp/archive"
version = "2.2.0"
version = ">= 2.2.0"
}
}
required_version = ">= 1.0"
Expand Down

0 comments on commit 4d51802

Please sign in to comment.