We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the solution you'd like A way to schedule Terraform workflows and run either plan or apply
plan
apply
Additional context The configuration could look something like this
apiVersion: run.terraform-operator.io/v1alpha1 kind: ScheduledWorkflow metadata: name: terraform-aws-s3 spec: schedule: 0 * * * * withApply: true terraformRef: name: terraform-aws-s3
By default, it will schedule a run to execute a plan, we can specify the withApply flag to run Terraform apply as well
withApply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
A way to schedule Terraform workflows and run either
plan
orapply
Additional context
The configuration could look something like this
By default, it will schedule a run to execute a
plan
, we can specify thewithApply
flag to run Terraformapply
as wellThe text was updated successfully, but these errors were encountered: