This message was deleted.
# general
s
This message was deleted.
s
Hi! Are you sure you’re using the same principal here?
Ultimately, an
aws.getAvailabilityZones
ends up calling this code: https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/data_source_aws_availability_zones.go#L72 which only uses the
DescribeAvailabilityZones
call.
c
The issue was I didn’t set this in the config
aws:profile: dev
Thanks