Skip to content

Commit 5cbf663

Browse files
committed
Minor Readme changes
1 parent 54f55d6 commit 5cbf663

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lab03/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Lab03 - Sentinel Policy as Code
22

3+
Duration: 10 minutes
4+
35
In this Lab we will continue to use your Organization we setup in lab02. Using Sentinel policy-as-code framework we will restrict the AWS EC2 instance type being deployed.
46
- The Sentinel policy code is included in lab03 directory: [restrict-aws-instance-type.sentinel](restrict-aws-instance-type.sentinel).
57
- You can view [example Sentinel policies on AWS](https://github.com/hashicorp/terraform-guides/tree/master/governance/aws) in terraform-guides repo.
@@ -34,8 +36,8 @@ In this Lab we will continue to use your Organization we setup in lab02. Using S
3436
### Task 3: View Sentinel policy failure and Override
3537

3638
**Steps:**
37-
- The Run should show a Policy failure. View the Allowed EC2 instance types in Sentinel Policy code. You will see it is restricted to `t2.small`.
38-
- Our [main.tf](../lab02/server/main.tf) is using an instance type of `t2.medium` which is causing the Policy to fail.
39+
- The Run should show a Policy failure. View the Allowed EC2 instance types in Sentinel Policy code. You will see `instance_type` is restricted to `t2.small`.
40+
- Our [main.tf](../lab02/server/main.tf) is using an `instance_type` of `t2.medium` which is causing the Policy to fail.
3941
- Since you are the owner of the Organization, you are able to Override this Policy failure.
4042
- Click on "Override" button Optionally adding some comments
4143
- Click on "Confirm and Apply" button to allow the Run to complete.

0 commit comments

Comments
 (0)