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
But if you do terraform plan/apply, there's two issues, one:
Warning (during plan):
Plan: 4 to add, 0 to change, 0 to destroy.
╷
│ Warning: Deprecated Resource
│
│ with ko_image.image,
│ on main.tf line 33, in resource "ko_image" "image":
│ 33: resource "ko_image" "image" {
│
│ Deprecated: use ko_build
And then when applying (not sure if because above, but ko does not build the image):
I figured that I'd create my own version and saw the Terraform there, and thought it would just be a matter of terraform plan && terraform apply.
So, changed the project id:
But if you do terraform plan/apply, there's two issues, one:
And then when applying (not sure if because above, but
ko
does not build the image):The text was updated successfully, but these errors were encountered: