iterative / terraform-provider-iterative

☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes
https://registry.terraform.io/providers/iterative/iterative/latest/docs
Apache License 2.0
287 stars 27 forks source link

Switch build-ami action to OIDC #737

Closed mjasion closed 1 year ago

mjasion commented 1 year ago

With iterative/itops#890 we switched terraform project name from cml to packer-infra to be used also for Studio-Selfhosted packer builds. Additionaly I made a role to cooperate with OIDC.

mjasion commented 1 year ago

@0x2b3bfa0 Did you wish to trigger this pipeline in PR? If yes, we need to to add this

      - .github/workflows/build-ami.yml
    pr:
      paths:  
        - environment/**
        - .github/workflows/build-ami.yml
0x2b3bfa0 commented 1 year ago

@mjasion, I only wanted to trigger it after it's merged, but also when the workflow file itself changes.