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
While generating code only for aws_instance its still trying to get all linked resources - (when the instance is created in a shared subnet/vpc , its still trying to get shared subnet details which is defined in another AWS account)
Instead, reference these subnet/resources using Terraform data sources and pass the necessary ids/names/values with variables.
e.g. ./aws2tf.py -t aws_instance -i instance_id
The text was updated successfully, but these errors were encountered:
While generating code only for aws_instance its still trying to get all linked resources - (when the instance is created in a shared subnet/vpc , its still trying to get shared subnet details which is defined in another AWS account)
Instead, reference these subnet/resources using Terraform data sources and pass the necessary ids/names/values with variables.
e.g. ./aws2tf.py -t aws_instance -i instance_id
The text was updated successfully, but these errors were encountered: