从帐户 ID 获取组织单位

发布于 2025-01-11 04:51:28 字数 247 浏览 0 评论 0原文

在 terraform 中,有没有一种方法(数据源等)可以从属于该 OU 的帐户 ID 中提取组织单位(OU)?

提取各种信息

data "aws_caller_identity" "current" {}

我可以从或 中

data "aws_iam_session_context" "current" {}

,但不能从 OU 中提取。

In terraform is there a way (data source etc.) to extract Organization Unit (OU) from ID of the account that belongs to that OU?

I can extract various pieces of information from

data "aws_caller_identity" "current" {}

or

data "aws_iam_session_context" "current" {}

But no OU.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏见 2025-01-18 04:51:29

我找不到在 terraform 中执行此操作的直接方法,但发现 CLI 命令 list-parents 存在,我可以将其与 terraform 结合使用。在 terraform 添加此数据源之前,我将采用这种方式。

I couldn't find direct way to do this in terraform, but found out that CLI command list-parents exists that I could use in conjunction with terraform. Until terraform adds this datasource I will go this way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文