Skip to content

Conversation

yorklol
Copy link
Contributor

@yorklol yorklol commented Oct 10, 2025

rocketmq-data-consistency

@yorklol yorklol force-pushed the rocketmq-data-consistency branch from 4b96690 to 3e72aed Compare October 10, 2025 05:36
resource "alicloud_ram_access_key" "ramak" {
user_name = alicloud_ram_user.ram_user.name
depends_on = [
alicloud_ram_user.ram_user
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 depends_on 去掉

create = "15m"
}
depends_on = [
alicloud_instance.ecs_instance_provider,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alicloud_instance 的 依赖也去掉

account_name = var.db_account_name
account_password = var.db_password
depends_on = [
alicloud_db_instance.rds_instance
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

依赖去掉

resource "alicloud_db_account_privilege" "account_privilege" {
privilege = "ReadWrite"
instance_id = alicloud_db_instance.rds_instance.id
account_name = var.db_account_name
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里直接引用 alicloud_rds_account 资源的属性,去掉 depends_on

@yorklol yorklol force-pushed the rocketmq-data-consistency branch from 3e72aed to ec614f7 Compare October 10, 2025 09:26
@yorklol yorklol force-pushed the rocketmq-data-consistency branch from d9facfb to 2c974a5 Compare October 10, 2025 10:22
@shanye997 shanye997 merged commit e6db2b3 into alibabacloud-automation:main Oct 11, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants