Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试将多个 Maven 工件附加到集群的 terraform 配置中。 在文档中,没有什么说它不能工作。只规定一种库必须对应一个配置块。 我们如何在我的 terraform 配置中添加多个工件?
如果最终通过复制我的配置块来做到这一点。
library { maven { coordinates = "..." } } library { maven { coordinates = "..." } }