Fernando Eickhoff

Results 3 comments of Fernando Eickhoff

More than one month longer running into this issue #1196 without a resolution. I've already put a lot of efforts in troubleshooting it and to try to understand it, but...

Same error here: Resource creation: ``` resource "awx_schedule" "solr_staging_schedule" { name = "solr-staging-schedule" rrule = "DTSTART;TZID=Europe/Paris:20211214T120000 RRULE:INTERVAL=1;FREQ=DAILY" unified_job_template_id = awx_job_template.solr_cluster_job_template_staging.id } ``` Output: ``` │ Error: Unable to create Schedule...

@rverhe the fork that you have created fixes the issue reported [in this issue here](https://github.com/denouche/terraform-provider-awx/issues/34#issuecomment-1856149877)? Thanks!