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

Update Integration request to allow configuration access flag #440

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

koushik-swaminathan
Copy link
Contributor

@koushik-swaminathan koushik-swaminathan commented Jul 12, 2024

This PR adds support to keep the terraform provider up to date with the public APIs for OG integration.
Adds allowConfigurationAccess flag which was missing earlier and updates the go-sdk-v2 version.

arjunrajpal
arjunrajpal previously approved these changes Jul 12, 2024
draft: true

changelog:
skip: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
Copy link
Contributor

@arjunrajpal arjunrajpal Jul 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The recommendation is based on the YAML parser's behavior, which interprets non-wrapped values as numbers and, in the case of version 1.20, trims it down to 1.2, which may not be very obvious.
So use quotes
https://github.com/actions/setup-go

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.

2 participants