Skip to content

Update Integration request to allow configuration access flag#440

Merged
koushik-swaminathan merged 3 commits intomasterfrom
update-integration-api-request
Jul 12, 2024
Merged

Update Integration request to allow configuration access flag#440
koushik-swaminathan merged 3 commits intomasterfrom
update-integration-api-request

Conversation

@koushik-swaminathan
Copy link
Copy Markdown
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.

@koushik-swaminathan koushik-swaminathan force-pushed the update-integration-api-request branch from 0eb07b0 to 828b46c Compare July 12, 2024 06:23
arjunrajpal
arjunrajpal previously approved these changes Jul 12, 2024
Comment thread .goreleaser.yml
draft: true

changelog:
skip: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@koushik-swaminathan koushik-swaminathan force-pushed the update-integration-api-request branch from e9cf2ef to d6aea78 Compare July 12, 2024 08:07
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
Copy link
Copy Markdown
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