We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d836f commit f1dbee5Copy full SHA for f1dbee5
workshop/aws/sfx/README.md
@@ -2,6 +2,7 @@
2
3
Set the following variables:
4
5
+- `aws_profile`: The AWS profile to use. This is the profile that you have set up in your `~/.aws/credentials` file.
6
- `aws_region`: Which region do you want the instances in?
7
- `signalfx_realm`: Which Observability Cloud realm to send to?
8
- `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:
12
13
```bash
14
terraform apply \
15
-auto-approve \
16
+-var="aws_profile=YOURPROFILE" \
17
-var="aws_region=eu-central-1" \
18
-var="signalfx_realm=eu0" \
19
-var="signalfx_api_access_token=YOURTOKENHERE" \
0 commit comments