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

Conflicting configuration arguments - aws_instance resource #1897

Open
maestropandy opened this issue Jul 8, 2024 · 0 comments
Open

Conflicting configuration arguments - aws_instance resource #1897

maestropandy opened this issue Jul 8, 2024 · 0 comments

Comments

@maestropandy
Copy link

maestropandy commented Jul 8, 2024

Hi Team,

I've build reverse terraform module of my running AWS EC2 instance, and have copied that file into new workspace. While trying to run "terraform plan" am getting error as "Error: Conflicting configuration arguments"

`Error: Conflicting configuration arguments

on instance.tf line 7650, in resource "aws_instance" "tfer--":
7650: cpu_threads_per_core = "2"

"cpu_threads_per_core": conflicts with cpu_options.0.threads_per_core

^C
Error: Conflicting configuration arguments

on instance.tf line 7953, in resource "aws_instance" "tfer01":
7953: cpu_core_count = "4"

"cpu_core_count": conflicts with cpu_options.0.core_count

^C
Error: Conflicting configuration arguments

on instance.tf line 7956, in resource "aws_instance" "tfer-":
7956: core_count = "4"

"cpu_options.0.core_count": conflicts with cpu_core_count

^C^C
Error: Conflicting configuration arguments

on instance.tf line 7957, in resource "aws_instance" "tfe":
7957: threads_per_core = "2"`

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