Skip to content

Commit f61c3ff

Browse files
terraform-docs: automated action
1 parent 3e4cbff commit f61c3ff

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ resource "aws_iam_policy" "deployer" {
5353
EOT
5454
}
5555
56-
module "opszero-iam" {
57-
source = "github.com/opszero/terraform-aws-iam?ref=v4.0.0"
56+
module "opszero-eks" {
57+
source = "github.com/opszero/terraform-aws-mrmgr"
5858
5959
github = {
6060
"deployer" = {
6161
org = "opszero"
6262
repos = [
63-
"terraform-aws-iam"
63+
"terraform-aws-mrmgr"
6464
]
6565
policy_arns = [
6666
aws_iam_policy.deployer.arn
@@ -94,7 +94,7 @@ module "opszero-iam" {
9494
# environments/<nameofenv>/main.tf
9595
9696
module "opszero-eks" {
97-
source = "github.com/opszero/terraform-aws-kubespot?ref=v10.1.1"
97+
source = "github.com/opszero/terraform-aws-kubespot"
9898
9999
...
100100
@@ -181,13 +181,13 @@ EOT
181181
}
182182
183183
module "iam" {
184-
source = "github.com/opszero/terraform-aws-iam?ref=v4.0.0"
184+
source = "github.com/opszero/mrmgr//modules/aws"
185185
186186
github = {
187187
"deployer" = {
188188
org = "opszero"
189189
repos = [
190-
"iam"
190+
"mrmgr"
191191
]
192192
policy_arns = [
193193
aws_iam_policy.deployer.arn
@@ -202,7 +202,7 @@ kubespot
202202

203203
```terraform
204204
module "opszero-eks" {
205-
source = "github.com/opszero/terraform-aws-kubespot?ref=v10.1.1"
205+
source = "github.com/opszero/terraform-aws-kubespot"
206206
207207
...
208208
@@ -308,7 +308,7 @@ EOT
308308
}
309309

310310
module "iam" {
311-
source = "github.com/opszero/terraform-aws-iam?ref=v4.0.0"
311+
source = "github.com/opszero/mrmgr//modules/aws"
312312

313313
gitlab = {
314314
"deployer" = {
@@ -317,7 +317,7 @@ module "iam" {
317317
gitlab_url = "https://gitlab.com"
318318
match_field = "sub"
319319
match_value = [
320-
"project_path:opszero/iam:ref_type:branch:ref:main"
320+
"project_path:opszero/mrmgr:ref_type:branch:ref:main"
321321
]
322322
policy_arns = [
323323
aws_iam_policy.deployer.arn
@@ -365,8 +365,8 @@ assume role:
365365
## BitBucket
366366

367367
```bash
368-
module "iam" {
369-
source = "github.com/opszero/terraform-aws-iam?ref=v4.0.0"
368+
module "mrmgr" {
369+
source = "github.com/opszero/terraform-aws-mrmgr"
370370

371371
bitbucket = {
372372
"deployer" = {

0 commit comments

Comments
 (0)