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

Remove aws-native examples #1708

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Remove aws-native examples #1708

merged 1 commit into from
Sep 23, 2024

Conversation

mjeffryes
Copy link
Member

Removes most examples using aws-native; especially examples that just duplicate an example using the pulumi-aws provider.

I decided to retain aws-yaml-static-website for now since it seems to be somewhat unique.

fixes: pulumi/pulumi-aws-native#1702

@@ -5,7 +5,6 @@
},
"dependencies": {
"@pulumi/aws": "^6.0.2",
"@pulumi/aws-native": "^0.15.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

there's not any use of this provider in the actual code

Copy link

🍹 The Update for pulumi/k8s-ci-cluster/6eaf7e9dd8f3d47e97d51ef30c110b009bc388eb-214 was successful.

Resource Changes

    Name                                                         Type                                        Operation
+   gke                                                          pulumi:providers:kubernetes                 create
+   k8s-ci-cluster-6eaf7e9dd8f3d47e97d51ef30c110b009bc388eb-214  pulumi:pulumi:Stack                         create
+   multicloud                                                   pulumi-kubernetes:ci:GkeCluster             create
+   password                                                     random:index/randomPassword:RandomPassword  create
+   ephemeral-ci-cluster                                         gcp:container/cluster:Cluster               create
+   primary-node-pool                                            gcp:container/nodePool:NodePool             create

Copy link

🍹 The Destroy for pulumi/k8s-ci-cluster/6eaf7e9dd8f3d47e97d51ef30c110b009bc388eb-214 was successful.

Resource Changes

    Name                                                         Type                                        Operation
-   gke                                                          pulumi:providers:kubernetes                 delete
-   primary-node-pool                                            gcp:container/nodePool:NodePool             delete
-   ephemeral-ci-cluster                                         gcp:container/cluster:Cluster               delete
-   multicloud                                                   pulumi-kubernetes:ci:GkeCluster             delete
-   password                                                     random:index/randomPassword:RandomPassword  delete
-   k8s-ci-cluster-6eaf7e9dd8f3d47e97d51ef30c110b009bc388eb-214  pulumi:pulumi:Stack                         delete

@mjeffryes mjeffryes merged commit b1c6a1b into master Sep 23, 2024
47 checks passed
@mjeffryes mjeffryes deleted the rm-aws-native branch September 23, 2024 22:26
@mjeffryes mjeffryes self-assigned this Sep 27, 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.

Remove the AWS-native examples from the examples repo
2 participants