ilyapelyovin

Results 2 comments of ilyapelyovin

Seems to be fixed in 0.27 This code works: ``` resource "awx_schedule" "run" { name = "Project name" description = "Created by Terraform" rrule = "DTSTART;TZID=Europe/Paris:20211214T120000 RRULE:INTERVAL=1;FREQ=DAILY" unified_job_template_id = awx_job_template.run.id...

Hi @dgomezleon , thank you for your prompt reply! I tried to redeploy the chart using the default StorageClass (which is Longhorn in my case due to an on-prem Kubernetes...