Skip to content

Commit

Permalink
Call out for route53
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsiau-aws committed Dec 20, 2023
1 parent a5d6333 commit c987588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/01-getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Once you get access to K8s API from your terminal, validate that:
until kubectl get ing -n cbci cjoc; do sleep 2 && echo "Waiting for Ingress to get ready"; done; echo "Ingress Ready"
```
- It is possible to access the CloudBees CI installation Wizard by copying the outcome of the below command in your browser:
- It is possible to access the CloudBees CI installation Wizard by copying the outcome of the below command in your browser. Please note that this module does not create the record in your Route53 hosted zone. You need to create the relevant record using your preferred method.
```sh
terraform output cjoc_url
Expand Down

0 comments on commit c987588

Please sign in to comment.