Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alicloud_oss_bucket open Real time log query error #7449

Open
YuXiaoDou opened this issue Jul 12, 2024 · 0 comments
Open

alicloud_oss_bucket open Real time log query error #7449

YuXiaoDou opened this issue Jul 12, 2024 · 0 comments

Comments

@YuXiaoDou
Copy link

YuXiaoDou commented Jul 12, 2024

Hi there,

Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.

Terraform Version

Terraform v1.5.7

Affected Resource(s)

alicloud_oss_bucket open Real time log query

Terraform Configuration Files

resource "alicloud_oss_bucket" "create-bucket" {
bucket = var.configuration.bucket
acl = var.configuration.alicloud_oss_bucket_acl
}

resource "alicloud_oss_bucket" "logging" {
count = var.configuration.logging == "Enabled" ? 1 : 0
logging {
target_bucket = alicloud_oss_bucket.create-bucket.id
target_prefix = "/log"
}
}

Expected Behavior

open Real time log query

Actual Behavior

image

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant