Migrate infrastructure to Terraform with Config-driven Import

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

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

  • @tobyseah2607
    @tobyseah2607 ปีที่แล้ว

    Very clear presentation. Thank you!

  • @JoséLacerda-o5m
    @JoséLacerda-o5m 11 หลายเดือนก่อน +6

    I was having problems with this command:
    $ terraform plan -generate-config-out=generated.tf
    "Error: Too many command line arguments"
    to fix it, I had to quote generated.tf:
    $ terraform plan -generate-config-out="generated.tf"

    • @OhhHeMad
      @OhhHeMad 7 หลายเดือนก่อน

      Thanks for also coming back to show what you did wrong!

  • @Mandalorx10
    @Mandalorx10 ปีที่แล้ว

    That was a great overview!

  • @ashwindhaka5433
    @ashwindhaka5433 7 หลายเดือนก่อน

    Can I used same terraform state file to create resources in different regions. Pl answer Thanks in advance. 🙏

    • @HashiCorp
      @HashiCorp  7 หลายเดือนก่อน

      Hi there and thanks for reaching out! Terraform state files map real world resources to your Terraform configuration (developer.hashicorp.com/terraform/language/state). To create resources in different regions, you use modules and pass providers explicitly to the child module (developer.hashicorp.com/terraform/language/modules/develop/providers#passing-providers-explicitly)

  • @citizenearth3324
    @citizenearth3324 ปีที่แล้ว

    Love this , thanks