Skip to content

Commit 6525d32

Browse files
committed
Add 0.3.0 to CHANGELOG.md
1 parent ce3fb8e commit 6525d32

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Notable changes to this project are documented in this changelog.
44
This project adheres to the [semantic versioning] specification.
55

6+
## [0.3.0] – 2021-12-22
7+
8+
* Add an option to attach the AdministratorAccess policy ([ce3fb8e](https://github.com/unfunco/terraform-aws-oidc-github/commit/ce3fb8ee309833d3c2095d5557355fbff9416888))
9+
610
## [0.2.0] – 2021-12-22
711

812
* Add support for multiple repositories ([0216f7b](https://github.com/unfunco/terraform-aws-oidc-github/commit/0216f7b5ffe409943efc9afd22e59278e5105ec9))
@@ -26,4 +30,5 @@ This project adheres to the [semantic versioning] specification.
2630
[0.1.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.1.0...v0.1.1
2731
[0.1.2]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.1.1...v0.1.2
2832
[0.2.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.1.2...v0.2.0
33+
[0.3.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.2.0...v0.3.0
2934
[Semantic versioning]: https://semver.org

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ provider "aws" {
2323
2424
module "aws_oidc_github" {
2525
source = "unfunco/oidc-github/aws"
26-
version = "0.2.0"
26+
version = "0.3.0"
2727
2828
github_organisation = "honestempire"
2929
github_repositories = ["example-repo", "another-repo"]
@@ -67,6 +67,7 @@ jobs:
6767

6868
| Name | Default | Description |
6969
|---------------------------------|------------|---------------------------------------------------------|
70+
| `attach_admin_policy` | `false` | Flag to attach/detach the AdministratorAccess policy. |
7071
| `attach_read_only_policy` | `true` | Flag to attach/detach the ReadOnly policy. |
7172
| `enabled` | `true` | Flag to enable/disable creation of resources. |
7273
| `force_detach_policies` | `false` | Flag to force detach policies attached to the IAM role. |

0 commit comments

Comments
 (0)