You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add bucket ARN output
In some cases (like interpolating the module's created bucket in another IAM policy) the ARN of the bucket is needed for interpolation. Adding output so that I don't have to use a data source to resolve the ARN from the bucket name.
* Update docs/readme
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ We literally have [*hundreds of terraform modules*][terraform_modules] that are
42
42
43
43
## Usage
44
44
45
+
46
+
**IMPORTANT:** The `master` branch is used in `source` just as an example. In your code, do not pin to `master` because there may be breaking changes between releases.
47
+
Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/cloudposse/terraform-aws-codebuild/releases).
48
+
49
+
45
50
Include this module in your existing terraform code:
46
51
47
52
```hcl
@@ -148,6 +153,7 @@ Available targets:
148
153
| Name | Description |
149
154
|------|-------------|
150
155
| badge_url | The URL of the build badge when badge_enabled is enabled |
0 commit comments