You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/terraform/ec2-private-influxdb/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The EC2 instance deployed by this sample is referred to as a "bastion host," mea
39
39
40
40
### Tags
41
41
42
-
[Tagging AWS resources](https://aws.amazon.com/solutions/guidance/tagging-on-aws/) is useful. To tag all resources, define `default_tags` in the `aws` provider block, at the top of [`main.tf`](./main.tf):
42
+
[Tagging AWS resources](https://aws.amazon.com/solutions/guidance/tagging-on-aws/) is useful. To tag all resources, define `default_tags` in an `aws` provider block, in [`main.tf`](./main.tf):
0 commit comments