Skip to content

Conversation

devops-rob
Copy link
Owner

This pull request:

  • Upgrades the provider from SdkV2 to Terraform Provider Framework
  • Introduces drift detection
  • Adds support for a TerraCurl ephemeral resource

Copy link
Owner Author

@devops-rob devops-rob left a comment

Choose a reason for hiding this comment

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

These have been addressed

J9dc0LcE8rTwitkoLiTtjMl/y9J+I6jqHw==
-----END EC PRIVATE KEY-----`

//const localCaCert = `-----BEGIN CERTIFICATE-----
Copy link
Owner Author

Choose a reason for hiding this comment

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

remove redundant const

func TestProvider(t *testing.T) {
if err := Provider().InternalValidate(); err != nil {
t.Fatalf("err: %s", err)
//type mockClient struct {
Copy link
Owner Author

Choose a reason for hiding this comment

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

remove this redundant code

func init() {
Client = &http.Client{}
}
//func (p *TerraCurlProvider) Open(ctx context.Context, request ephemeral.OpenRequest, response *ephemeral.OpenResponse) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

remove as redundant

Copy link
Owner Author

@devops-rob devops-rob left a comment

Choose a reason for hiding this comment

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

Mostly debug statements and some defaukt values to be specified

@devops-rob devops-rob self-assigned this Mar 21, 2025
@devops-rob devops-rob merged commit 0c5b3b0 into main Mar 26, 2025
22 checks passed
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.

1 participant