Skip to content

Commit 75a7929

Browse files
Wesley HofflerWesley Hoffler
authored andcommitted
updated required permissions
1 parent 1df608a commit 75a7929

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<!-- Update the title to match the module name and add a description -->
44
# Context Based Restrications Module
5-
<!-- UPDATE BADGES:
6-
1. Make sure that the badge link for the current status of the module is correct. For the status options, see https://github.ibm.com/GoldenEye/documentation/blob/master/status.md.
7-
2. Update the "Build Status" badge to point to the travis pipeline for the module. Replace "module-template" in two places.
8-
3. Update the "latest release" badge to point to the new module. Replace "module-template" in two places.
9-
-->
105

116
[![Stable (With quality checks)](https://img.shields.io/badge/Status-Stable%20(With%20quality%20checks)-green?style=plastic)](https://terraform-ibm-modules.github.io/documentation/#/badge-status)
127
[![Build Status](https://github.com/terraform-ibm-modules/terraform-ibm-cos/actions/workflows/ci.yml/badge.svg)](https://github.com/terraform-ibm-modules/terraform-ibm-cbr/actions/workflows/ci.yml)
@@ -28,7 +23,7 @@ unless real values don't help users know what to change.
2823

2924
```hcl
3025
module "ibm_cbr" "zone" {
31-
# replace master with version
26+
# replace main with version
3227
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=main"
3328
name = "zone_for_pg_access"
3429
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
@@ -37,7 +32,7 @@ module "ibm_cbr" "zone" {
3732
}
3833
3934
module "ibm_cbr" "rule" {
40-
# replace master with version
35+
# replace main with version
4136
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=main"
4237
name = "rule_for_pg_access"
4338
rule_description = "rule from terraform"
@@ -59,7 +54,8 @@ You need the following permissions to run this module.
5954

6055
- Account Management
6156
- `Editor` role access
62-
57+
- VPC Infrastructure Services
58+
- `Editor` role access
6359

6460
<!-- END MODULE HOOK -->
6561
<!-- BEGIN EXAMPLES HOOK -->

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testhelper"
99
)
1010

11-
const resourceGroup = "geretain-test-resources"
11+
const resourceGroup = "geretain-test-cbr"
1212
const zoneExampleTerraformDir = "examples/zone"
1313
const completeExampleTerraformDir = "examples/multizone-rule"
1414

0 commit comments

Comments
 (0)