[GSP345] Automating Infrastructure on Google Cloud with Terraform: Challenge Lab

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 8

  • @timsecond
    @timsecond ปีที่แล้ว +1

    Finally working after 2 fails, thank you!

    • @gcpdaemon
      @gcpdaemon  ปีที่แล้ว +1

      Glad it helped!

  • @shreyakaria7987
    @shreyakaria7987 2 ปีที่แล้ว

    Could not retrieve the list of available versions for provider hashicorp/google: no available releases match the given constraints >= 2.12.0, ~> 3.45, < 4.0.0, 4.46.0 getting this error even after upgrade command

    • @gcpdaemon
      @gcpdaemon  2 ปีที่แล้ว +1

      Make sure you did not include version in terraform main.tf
      it should like this without version
      terraform {
      required_providers {
      google = {
      source = "hashicorp/google"
      }
      }
      }

  • @anishmendhe2036
    @anishmendhe2036 2 ปีที่แล้ว +1

    Cannot import non existent object

    • @gcpdaemon
      @gcpdaemon  2 ปีที่แล้ว +1

      Do you run command "terraform init" before run command "terraform import"?
      please watch video carefully, don't skip because this challange lab is a bit tricky and there's instruction that is not correct

  • @rightrightleftleft6202
    @rightrightleftleft6202 2 ปีที่แล้ว

    brolab
    showing error

    • @gcpdaemon
      @gcpdaemon  2 ปีที่แล้ว

      What kind of error do you get?