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

test: update null provider to support test run on m1 machine #2318

Merged
merged 1 commit into from
Jun 16, 2022
Merged

test: update null provider to support test run on m1 machine #2318

merged 1 commit into from
Jun 16, 2022

Conversation

chenrui333
Copy link
Member

@chenrui333 chenrui333 commented Jun 13, 2022

	server/controllers/events/testfixtures/test-repos/simple-with-lockfile/exp-output-autoplan.txt.act
	server/controllers/events/testfixtures/test-repos/simple-with-lockfile/exp-output-plan.txt.act

error message with terraform init:

- Finding hashicorp/null versions matching "3.0.0"...
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/null v3.0.0 does not have a package
│ available for your current platform, darwin_arm64.
│
│ Provider releases are separate from Terraform CLI releases, so not all providers
│ are available for all platforms. Other versions of this provider may have
│ different platforms supported.

@chenrui333 chenrui333 requested a review from a team as a code owner June 13, 2022 21:22
error message:
```
- Finding hashicorp/null versions matching "3.0.0"...
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/null v3.0.0 does not have a package
│ available for your current platform, darwin_arm64.
│
│ Provider releases are separate from Terraform CLI releases, so not all providers
│ are available for all platforms. Other versions of this provider may have
│ different platforms supported.
```

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 merged commit 56d463b into runatlantis:master Jun 16, 2022
@chenrui333 chenrui333 deleted the update-null-provider-to-support-m1 branch June 16, 2022 21:29
krrrr38 pushed a commit to krrrr38/atlantis that referenced this pull request Dec 16, 2022
…ntis#2318)

error message:
```
- Finding hashicorp/null versions matching "3.0.0"...
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/null v3.0.0 does not have a package
│ available for your current platform, darwin_arm64.
│
│ Provider releases are separate from Terraform CLI releases, so not all providers
│ are available for all platforms. Other versions of this provider may have
│ different platforms supported.
```

Signed-off-by: Rui Chen <rui@chenrui.dev>
@nitrocode nitrocode added this to the v0.19.5 milestone Mar 23, 2023
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.

3 participants