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

Add create method for network resource #13

Merged
merged 10 commits into from
Sep 5, 2023

Conversation

Omar622
Copy link
Collaborator

@Omar622 Omar622 commented Sep 3, 2023

Description

  • Add create method for network resource
  • update, get, delete have not been implemented yet.

Issues

@Omar622 Omar622 linked an issue Sep 3, 2023 that may be closed by this pull request
Copy link
Collaborator

@rawdaGastan rawdaGastan left a comment

Choose a reason for hiding this comment

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

GREAT!

internal/network_resource.go Outdated Show resolved Hide resolved
internal/network_resource.go Outdated Show resolved Hide resolved
internal/network_resource.go Outdated Show resolved Hide resolved
internal/provider.go Outdated Show resolved Hide resolved
internal/provider.go Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@rawdaGastan rawdaGastan removed a link to an issue Sep 5, 2023
README.md Outdated Show resolved Hide resolved
examples/network/Pulumi.yaml Outdated Show resolved Hide resolved
examples/network/Pulumi.yaml Outdated Show resolved Hide resolved
Description string `pulumi:"description"`
Nodes []int32 `pulumi:"nodes"`
IPRange string `pulumi:"ip_range"`
AddWGAccess bool `pulumi:"add_wg_access"`
Copy link
Collaborator

Choose a reason for hiding this comment

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

make it optional

internal/network_resource.go Outdated Show resolved Hide resolved
internal/network_resource.go Outdated Show resolved Hide resolved
internal/provider.go Outdated Show resolved Hide resolved
internal/provider.go Outdated Show resolved Hide resolved
@rawdaGastan rawdaGastan merged commit 20ead76 into development Sep 5, 2023
1 of 2 checks passed
@rawdaGastan rawdaGastan deleted the development_add_network_resource branch September 5, 2023 11:44
@Rodina222 Rodina222 restored the development_add_network_resource branch September 5, 2023 12:08
scottyeager pushed a commit that referenced this pull request Aug 14, 2024
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.

3 participants