strongdm/terraform-sdm-onboarding

RDP, MySQL and HTTP resource creation fails if Gateway creation is disabled

wrenhunter opened this issue · 0 comments

Description

Certain resources are not created if create_gateway is set to FALSE.

Because windows_rdp, mysql, and http resources use gateway_security_group_id in onboarding/main.tf, you will get this error:

module.sdm is empty tuple

if you run terraform apply in this case.