}
A . aws_eip will be created first
aws_instance will be created second
B . no resources will be created
C . aws_instance will be created first
aws_eip will be created second
D . resources will be created simultaneously
Answer: C
Explanation:
The aws_instance will be created first, and then aws_eip will be created second due to the aws_eip’s resource dependency of the aws_instance id