-
Notifications
You must be signed in to change notification settings - Fork 53
feat(agent): add agent access key resource and data source #470
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
Conversation
ee9a5be
to
8c4b101
Compare
@IgorEulalio please update your branch with the latest |
6680d62
to
f41ab30
Compare
@pgcrooks-sysdig done, is there something else to be reviewed or are we good to merge it? |
} | ||
|
||
agentKeyId := d.Get("id").(int) | ||
fmt.Println(agentKeyId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove print statement
if err != nil { | ||
return diag.FromErr(err) | ||
} | ||
fmt.Println("setting id") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove println
No description provided.