Skip to content

Commit f1dbee5

Browse files
committed
Updated README
1 parent 45d836f commit f1dbee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workshop/aws/sfx/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Set the following variables:
44

5+
- `aws_profile`: The AWS profile to use. This is the profile that you have set up in your `~/.aws/credentials` file.
56
- `aws_region`: Which region do you want the instances in?
67
- `signalfx_realm`: Which Observability Cloud realm to send to?
78
- `signalfx_api_access_token`: A Observability Cloud user API access token. *Not* an org token. The user needs to be an admin.
@@ -12,6 +13,7 @@ Sample command:
1213
```bash
1314
terraform apply \
1415
-auto-approve \
16+
-var="aws_profile=YOURPROFILE" \
1517
-var="aws_region=eu-central-1" \
1618
-var="signalfx_realm=eu0" \
1719
-var="signalfx_api_access_token=YOURTOKENHERE" \

0 commit comments

Comments
 (0)