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
feat(aws-privatelink): simplify lab config to TF_VAR env vars with auto-derived AZs
All three labs now share a consistent variable interface:
- Required: owner_email, falcon_client_id, falcon_client_secret, falcon_cloud
- Optional: region, environment, instance_type, ami_id
- Removed: name_prefix, availability_zones, vpc_cidr, subnet_cidrs
AZs auto-derive from the region. VPC CIDRs are hardcoded in locals.
Environment variable is used as the resource name prefix (default: dev).
Adds PrivateLink readiness check in user_data to avoid 4-min sensor
fallback timeout on first boot.
Copy file name to clipboardExpand all lines: aws-privatelink/examples/02-shared-vpc/outputs.tf
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ output "deployment" {
2
2
description="Everything you need to SSM into, verify, and operate the stack. SSM commands target the workload account — prepend --profile $workload_profile on the workstation."
0 commit comments