Skip to content

Commit b828ace

Browse files
committed
Release v1.0.0
1 parent 319ba4f commit b828ace

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Unreleased (next version)
2+
3+
Please add new unreleased features here.
4+
5+
## 1.0.0
6+
7+
This is the initial release of the module, with full support for org policy management.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Many examples are included in the [examples](./examples/) folder, but simle usag
77

88
```hcl
99
module "org-policy" {
10-
source = "github.com/terraform-google-modules/terraform-google-org-policy"
10+
source = "github.com/terraform-google-modules/terraform-google-org-policy?ref=v1.0.0"
1111
1212
constraint = "constraints/serviceuser.services"
1313
policy_type = "list"

0 commit comments

Comments
 (0)