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

feat: misc changes to support environment, project resource, and organization data resource in the Terraform provider #15

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

gagantrivedi
Copy link
Member

No description provided.

@gagantrivedi gagantrivedi requested review from a team and zachaysan and removed request for a team December 3, 2024 07:41
Copy link

@zachaysan zachaysan left a comment

Choose a reason for hiding this comment

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

Looks good. One minor suggestion.

@@ -15,6 +15,7 @@ import (
)

const EnvironmentName = "Development"
const EnvironmentUUID = "4c830509-116d-46b7-804e-98f74d3b000b"

Choose a reason for hiding this comment

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

This is the same UUID as before. Could we DRY it up?

Copy link
Member Author

Choose a reason for hiding this comment

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

For that, I'd have to dynamically generate the JSON (i.e., it can't be a global variable). In the end, it will end up looking uglier.

@gagantrivedi gagantrivedi merged commit 6c13ea1 into main Dec 4, 2024
1 check 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.

2 participants