Files
2026-07-13 13:39:12 +08:00

9 lines
189 B
Plaintext

OpenTofu will perform the following actions:
# module.web.aws_lb.main will be created
+ resource "aws_lb" "main" {
name = "web"
}
Plan: 1 to add, 0 to change, 0 to destroy.