【发布时间】:2021-11-16 12:02:22
【问题描述】:
我可以使用 Teraform 启用 AWS ElastiCache 的慢速日志吗?
检查了下面的页面,但参数不存在。 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster
我想启用以下图像的日志记录设置。
【问题讨论】:
标签: amazon-web-services terraform
我可以使用 Teraform 启用 AWS ElastiCache 的慢速日志吗?
检查了下面的页面,但参数不存在。 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster
我想启用以下图像的日志记录设置。
【问题讨论】:
标签: amazon-web-services terraform
如果 TF 不直接支持,那么您可以使用 local-exec 运行 AWS CLI,这将为您启用日志。
【讨论】: