terraform import controltower_aws_account.testing pp-<redacted>
var.region
The AWS region that we will be operating on.
Enter a value: us-east-1
╷
│ Error: Missing required argument
│
│ The argument "region" is required, but was not set.
╵
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform import controltower_aws_account.testing pp-<redacted>
Expected behavior is the resource is imported.