Terraform Github Repository Webhooks Versions Save

Terraform module to provision webhooks on a set of GitHub repositories

0.14.0

1 year ago
  • No changes

0.13.0

1 year ago
Remove hardcoded github provider @drselump14 (#40)
  • Remove detailed GitHub provider
  • Allow GitHub provider to be injected

Resolves #34 Follows up for PR #35

git.io->cloudposse.tools update @dylanbannon (#36)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

0.12.1

2 years ago

🤖 Automatic Updates

Update context.tf @cloudpossebot (#33)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

0.12.0

3 years ago
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#26)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

0.11.0

3 years ago

Last Terraform v0.12 support.

Pin GitHub provider to exactly 3.0.0 @Nuru (#27)

what

  • Pin GitHub provider to exactly 3.0.0

why

references

0.10.1

3 years ago

🚀 Enhancements

Terraform 0.14 upgrade @maximmi (#25)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

0.10.0

3 years ago
Additional TF 0.13 Fixes @osterman (#23)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.9.0

3 years ago

what

  • De-duplicated the required_providers list

why

  • Previously it would have a github provider version defined in both main.tf and versions.tf
  • In Terraform 0.13 this would no longer work (in this case as part of the ECS CodePipeline module) and will result in an error:
Error: Duplicate required providers configuration

  on .terraform/modules/api.ecs_codepipeline.github_webhooks/versions.tf line 4, in terraform:
   4:   required_providers {

A module may have only one required providers configuration. The required
providers were previously configured at
.terraform/modules/api.ecs_codepipeline.github_webhooks/main.tf:2,3-21.

references

0.8.0

3 years ago

0.7.0

3 years ago