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
terraform import google_service_account.terraform-iam terraform-iam-service
should produce a state file or state data
Actual Behavior
In response to the answer provided in #3542, we did attempt this but keep getting a different error
Error: google_service_account.terraform-iam: "account_id" ("projects/gsuite-api-service/serviceAccounts/terraform-iam-service@test-gsuite-api-229318.iam.gserviceaccount.com") doesn't match regexp "^a-z$"
Updated configure provided here
Steps to Reproduce
terraform import google_service_account.terraform-iam terraform-iam-service
Additional Context
References
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jun 2, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform version: 0.11.13
Terraform Configuration Files
resource "google_service_account" "terraform-iam" {
account_id = "projects/gsuite-api-service/serviceAccounts/terraform-iam-service@test-gsuite-api-229318.iam.gserviceaccount.com"
email = "terraform-iam-service@test-gsuite-api-229318.iam.gserviceaccount.com"
display_name = "terraform.iam.service"
project = "gsuite-api-service"
}
Debug Output
https://gist.github.com/thxmike/71dbb1093f8f7bb590377b2a1af94e26
Crash Output
Expected Behavior
terraform import google_service_account.terraform-iam terraform-iam-service
should produce a state file or state data
Actual Behavior
In response to the answer provided in #3542, we did attempt this but keep getting a different error
Error: google_service_account.terraform-iam: "account_id" ("projects/gsuite-api-service/serviceAccounts/terraform-iam-service@test-gsuite-api-229318.iam.gserviceaccount.com") doesn't match regexp "^a-z$"
Updated configure provided here
Steps to Reproduce
terraform import google_service_account.terraform-iam terraform-iam-service
Additional Context
References
The text was updated successfully, but these errors were encountered: