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

Stacks updates #83

Merged
merged 9 commits into from
Nov 26, 2024
Merged

Stacks updates #83

merged 9 commits into from
Nov 26, 2024

Conversation

trevorsc19
Copy link
Contributor

Added new stacks.go and stacks_test.go

Updated runtimes and services providers and tests as well to take in a new stackId

@@ -89,6 +91,9 @@ func (r *runtimeResource) Schema(_ context.Context, _ resource.SchemaRequest, re
"name": &schema.StringAttribute{
Required: true,
},
"stack_id": &schema.StringAttribute{
Required: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Stack ID isn't required by the API. If the enforce-stacks flag is off, it isn't required at all. If it's on, it is required for most services and runtimes - contract manager and key manager are the exceptions.

},
"environment_member_id": &schema.StringAttribute{
Computed: true,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Add in networkType here which can be set on a chain infrastructure stack

Copy link
Contributor

@chrisbygrave chrisbygrave left a comment

Choose a reason for hiding this comment

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

A couple of comments made inline

@chrisbygrave chrisbygrave merged commit a11af38 into v1.1 Nov 26, 2024
1 check passed
@trevorsc19 trevorsc19 deleted the stacks-updates branch November 26, 2024 13:36
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