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

AUTH-3689: Adds support for access keys configuration #1186

Merged
merged 4 commits into from
Sep 19, 2021

Conversation

GreenStage
Copy link
Contributor

func resourceCloudflareAccessKeysConfigurationRead(d *schema.ResourceData, meta interface{}) error {
client := meta.(*cloudflare.API)

var keysConfig cloudflare.AccessKeysConfig
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
var keysConfig cloudflare.AccessKeysConfig

we can do away with this as client.AccessKeysConfig returns a cloudflare.AccessKeysConfig type and you assign it to keysConfig anyway

@GreenStage GreenStage force-pushed the egomes/per-account-keys branch 2 times, most recently from a9d447e to 406f59e Compare September 13, 2021 18:50
@jacobbednarz jacobbednarz force-pushed the egomes/per-account-keys branch from 406f59e to 5a48cec Compare September 14, 2021 05:16
@jacobbednarz jacobbednarz force-pushed the egomes/per-account-keys branch from 5a48cec to d2becad Compare September 16, 2021 20:41
@jacobbednarz jacobbednarz merged commit 16d6af9 into cloudflare:master Sep 19, 2021
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