@@ -53,14 +53,14 @@ resource "aws_iam_policy" "deployer" {
5353EOT
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
9696module "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
183183module "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
204204module "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
308308}
309309
310310module "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