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
We currently have a problem with Elastic Load Balancer (ELB) missing an access logging option in the Terraform provider. This means we cannot directly enable logging and reference an LTS log group and log topic for ELB access logs within Terraform.
Expected Behavior
The ability to enable access logging when defining an ELB in Terraform.
The ability to reference an LTS log group and log topic in the ELB resource.
Existing Workarounds
We can manually configure ELB access logging in the OTC console.
There is no direct Terraform support, meaning automation must be handled outside Terraform (e.g., via API calls or CLI scripts).
Why This is Important
This feature would allow full automation of ELB setup, ensuring logs are captured and stored in LTS without requiring manual configuration. This is critical for compliance, observability, and debugging.
Would it be possible to add this feature to the Terraform provider?
We appreciate any updates or plans for this functionality.
Thanks in advance for considering this request!
The text was updated successfully, but these errors were encountered:
Hello @tputrove we don't have corresponding APIs to update the resources, please contact [email protected] with a demand to implement these APIs as this is OTC request and not TF issue.
Hello,
We currently have a problem with Elastic Load Balancer (ELB) missing an access logging option in the Terraform provider. This means we cannot directly enable logging and reference an LTS log group and log topic for ELB access logs within Terraform.
Expected Behavior
The ability to enable access logging when defining an ELB in Terraform.
The ability to reference an LTS log group and log topic in the ELB resource.
Existing Workarounds
We can manually configure ELB access logging in the OTC console.
There is no direct Terraform support, meaning automation must be handled outside Terraform (e.g., via API calls or CLI scripts).
Relevant Documentation
OTC Documentation (Feature Details):
Access Logging for Elastic Load Balancers
Terraform LTS Resources (For Reference):
LTS Log Group
LTS Log Topic
Why This is Important
This feature would allow full automation of ELB setup, ensuring logs are captured and stored in LTS without requiring manual configuration. This is critical for compliance, observability, and debugging.
Would it be possible to add this feature to the Terraform provider?
We appreciate any updates or plans for this functionality.
Thanks in advance for considering this request!
The text was updated successfully, but these errors were encountered: