Bronze 1
Since 4 weeks ago
2 weeks ago

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

akhil90's Bio

Badges akhil90 Earned

View all badges

Recent Activity

Hi,I'm trying to do terraform deployment to my GCP project using a service account key file.I have the key file and made reference in terraform provider.tf as shown below: provider "google" { version = "4.39.0" credentials = file("./terraform-sa.json...