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

terraform v1.6以降との組み合わせでError: Invalid Provider Server Combination #1131

Open
yamamoto-febc opened this issue Dec 23, 2023 · 3 comments

Comments

@yamamoto-febc
Copy link
Member

以下のようなエラーが出る

│ Error: Invalid Provider Server Combination
│ 
│   with sakuracloud_switch.switch,
│   on infrastructure.tf line 25, in resource "sakuracloud_switch" "switch":
│   25: resource "sakuracloud_switch" "switch" {
│ 
│ The combined provider has multiple implementations of the same resource type across underlying providers. Resource types must be implemented
│ by only one underlying provider. This is always an issue in the provider implementation and should be reported to the provider developers.
│ 
│ Duplicate resource type: sakuracloud_private_host
@yamamoto-febc
Copy link
Member Author

ワークアラウンド: 以下のいずれかで回避可能

  • terraform v1.6より前のバージョンを使う
  • terraform-provider-sakuracloud v2.25.0以前を使う

@lvctr
Copy link
Member

lvctr commented Dec 27, 2023

@yamamoto-febc
Copy link
Member Author

OpenTofuでも再現することを確認

$ tofu version
OpenTofu v1.6.0
on linux_amd64

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

2 participants