Skip to content

Commit

Permalink
Removed no used module
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 30, 2024
1 parent 56ab268 commit be99962
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 240 deletions.
23 changes: 23 additions & 0 deletions examples/aws-prod/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2023 StreamNative, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

provider "aws" {
region = "us-west-2"
}

module "sn_managed_cloud" {
source = "github.com/streamnative/terraform-managed-cloud//modules/aws/vendor-access?ref=v3.15.0"

external_id = "o-rlgba"
}
15 changes: 0 additions & 15 deletions examples/aws-sn-volume/main.tf

This file was deleted.

27 changes: 27 additions & 0 deletions examples/aws/main.tf.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 2023 StreamNative, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

provider "aws" {
region = "us-west-2"
}

module "sn_managed_cloud" {
source = "github.com/streamnative/terraform-managed-cloud//modules/aws/vendor-access?ref=v3.15.0"

external_id = "o-wak6b"

# This is for staging env
streamnative_vendor_access_role_arns = ["arn:aws:iam::311022431024:role/cloud-manager", "arn:aws:iam::554905616298:role/cloud-manager", "arn:aws:iam::738562057640:role/cloud-manager"]
streamnative_support_access_role_arns = ["arn:aws:iam::311022431024:role/cloud-support-general", "arn:aws:iam::554905616298:role/cloud-support-general", "arn:aws:iam::738562057640:role/cloud-support-general"]
}
28 changes: 0 additions & 28 deletions modules/aws/sn-volume-access/files/sn_volume_s3_bucket.json.tpl

This file was deleted.

112 changes: 0 additions & 112 deletions modules/aws/sn-volume-access/main.tf

This file was deleted.

75 changes: 0 additions & 75 deletions modules/aws/sn-volume-access/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions modules/aws/sn-volume-access/versions.tf

This file was deleted.

0 comments on commit be99962

Please sign in to comment.