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
Importing a google_logging_project_sink resource via terraform import fails to set the project attribute causing the next terraform plan to show that the resource needs to be recreated if project is explicitly set in code.
The text was updated successfully, but these errors were encountered:
ewbankkit
changed the title
Importing google_logging_project_sink resource fails to set 'project'
Importing google_logging_project_sink resource fails to set 'project' attribute
Jan 28, 2018
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
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Importing a
google_logging_project_sink
resource viaterraform import
fails to set theproject
attribute causing the nextterraform plan
to show that the resource needs to be recreated ifproject
is explicitly set in code.terraform import google_logging_project_sink.infra_storage_sink projects/project-xxxxxx/sinks/xyz
succeeds.terraform plan
:The text was updated successfully, but these errors were encountered: