IaC on AWS with Terraform: Terraform Cloud

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • In this video, we'll look at Terraform Cloud.
    Terraform Cloud Sentinel Policy Code:
    import "tfplan"
    main = rule {
    all tfplan.resources.aws_instance as _, instances {
    all instances as _, r {
    (length(r.applied.tags) else 0) > 0
    }
    }
    }
  • Věda a technologie

Komentáře • 3

  • @delengr1026
    @delengr1026 Před rokem

    Great recap of TF cloud-Github-AWS. However, your git actions could have been done in the same VScode. Thanks for your video.

  • @yuvrajjambhle9061
    @yuvrajjambhle9061 Před 6 měsíci

    Hi, nice video. I wanted to know how terraform import execute in terraform enterprise? Actually I have created RDS instance manually in aws now I want to apply the terraform code but getting an error like "Error creating DB instance : DB Instance Already Exists: DB instance already exists ; status code : 400". I want to update it in terraform code

  • @keshavamugulursrinivasiyen5502

    good one