https://docs.google.com/spreadsheets/d/1eKvykNRsUk1v32IeOqbvPaml2PukcvqXtKX2SzOxdE0/edit#gid=0
availability_zones
doesn't conflict with vpc_zone_identifier
in the aws_autoscaling_group
resource? I can see terraform-providers/terraform-provider-aws@e772e54 where you added a comment in the docs suggesting that they shouldn't be used at the same time but I can't see why it doesn't just straight conflict in the schema similar to security_groups
and vpc_security_group_ids
on the aws_instance
resource?
ConflictsWith
make testacc TEST=./backend/remote-state/s3
command on current master branch of terraform. Got constantly error from TestBackendExtraPaths
test. Is it issue on my site or acceptance tests are not running before merge or sth else?