You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sysdig terraform provider with the data block sysdig_fargate_workload_agent to assign container definitions to a task definition.
But now every Terraform run, the ECS task definition wants to be re-created as the following inputs are not being set in Terraform but they are being added by AWS, and thus mismatching every Terraform run :
I thought of fixing this by adding mountPoints = [] portMappings = [] systemControls = [] and volumesFrom = [] but sysdig_fargate_workload_agent does not provide the option to set this for the Sysdig agent container definition.
I can solve it also by using the complete json task definition, but that makes the use of sysdig_fargate_workload_agent obsolete.
Any ideas?
Thanks, Jordy.
The text was updated successfully, but these errors were encountered:
Hi,
I am using sysdig terraform provider with the data block sysdig_fargate_workload_agent to assign container definitions to a task definition.
But now every Terraform run, the ECS task definition wants to be re-created as the following inputs are not being set in Terraform but they are being added by AWS, and thus mismatching every Terraform run :
I thought of fixing this by adding mountPoints = [] portMappings = [] systemControls = [] and volumesFrom = [] but sysdig_fargate_workload_agent does not provide the option to set this for the Sysdig agent container definition.
I can solve it also by using the complete json task definition, but that makes the use of sysdig_fargate_workload_agent obsolete.
Any ideas?
Thanks, Jordy.
The text was updated successfully, but these errors were encountered: