Slackbot
09/20/2023, 6:52 PMPePe Amengual
09/20/2023, 6:54 PMPePe Amengual
09/20/2023, 6:54 PMJuan
09/20/2023, 6:58 PMJuan
09/20/2023, 6:58 PMJuan
09/20/2023, 6:58 PMPePe Amengual
09/20/2023, 7:08 PMJuan
09/20/2023, 7:14 PMError: Required plugins are not installed
│
│ The installed provider plugins are not consistent with the packages
│ selected in the dependency lock file:
│ - <http://registry.terraform.io/hashicorp/kubernetes|registry.terraform.io/hashicorp/kubernetes>: the cached package for <http://registry.terraform.io/hashicorp/kubernetes|registry.terraform.io/hashicorp/kubernetes> 2.23.0 (in .terraform/providers) does not match any of the checksums recorded in the dependency lock file
│
│ Terraform uses external plugins to integrate with a variety of different
│ infrastructure services. You must install the required plugins before
│ running Terraform operations.Juan
09/20/2023, 7:17 PM/secretmanager.googleapis.com: googleapi: Error 403: The caller does not have permission, forbidden
What role the SA need?PePe Amengual
09/20/2023, 7:29 PMwby
09/20/2023, 11:47 PMgoogle-beta provider as well.wby
09/20/2023, 11:48 PMterraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.83.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.83.0"
}
}
}wby
09/20/2023, 11:48 PMgoogle-beta = {
source = "hashicorp/google"
version = "4.83.0"
}