-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08eeb01
commit d89c600
Showing
9 changed files
with
133 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
src/mapping/gcp/resource/storage/google_storage_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"storage.buckets.create", | ||
"storage.buckets.get", | ||
"storage.buckets.delete" | ||
], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [ | ||
"storage.buckets.delete" | ||
], | ||
"modify": [ | ||
"storage.buckets.update" | ||
], | ||
"plan": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"apply": [], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
resource "google_storage_bucket" "static-site" { | ||
name = "pike-image-store-com" | ||
location = "EU" | ||
force_destroy = true | ||
storage_class = "STANDARD" | ||
uniform_bucket_level_access = true | ||
labels = { | ||
pike = "permissions" | ||
} | ||
|
||
# website { | ||
# main_page_suffix = "index.html" | ||
# not_found_page = "404.html" | ||
# } | ||
# cors { | ||
# origin = ["http://image-store.com"] | ||
# method = ["GET", "HEAD", "PUT", "POST", "DELETE"] | ||
# response_header = ["*"] | ||
# max_age_seconds = 3600 | ||
# } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# GCP | ||
|
||
data.google_compute_image not implemented | ||
data.google_compute_image not implemented | ||
data.google_compute_image not implemented | ||
data.google_compute_network not implemented | ||
data.google_compute_network not implemented | ||
data.google_compute_network not implemented | ||
data.google_compute_subnetwork not implemented | ||
data.google_compute_zones not implemented | ||
data.google_iam_policy not implemented | ||
data.google_iam_role not implemented | ||
data.google_project not implemented | ||
data.google_project not implemented | ||
data.google_project not implemented | ||
data.google_service_account not implemented | ||
|
||
google_app_engine_standard_app_version not implemented | ||
google_bigquery_dataset not implemented | ||
google_bigquery_job not implemented | ||
google_bigquery_table not implemented | ||
google_cloudfunctions_function not implemented | ||
google_compute_address not implemented | ||
google_compute_address not implemented | ||
google_compute_firewall not implemented | ||
google_compute_firewall not implemented | ||
google_compute_firewall not implemented | ||
google_compute_firewall not implemented | ||
google_compute_global_address not implemented | ||
google_compute_instance_template not implemented | ||
google_compute_instance_template not implemented | ||
google_compute_network not implemented | ||
google_compute_project_metadata_item not implemented | ||
google_compute_region_instance_group_manager not implemented | ||
google_compute_subnetwork not implemented | ||
google_container_cluster not implemented | ||
google_container_node_pool not implemented | ||
google_kms_crypto_key not implemented | ||
google_kms_key_ring not implemented | ||
google_project_iam_binding not implemented | ||
google_project_iam_binding not implemented | ||
google_project_iam_binding not implemented | ||
google_project_iam_binding not implemented | ||
google_project_iam_binding not implemented | ||
google_project_iam_binding not implemented | ||
google_project_iam_member not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_project_service not implemented | ||
google_service_account not implemented | ||
google_service_account not implemented | ||
google_service_account_iam_policy not implemented | ||
google_service_account_key not implemented | ||
google_service_networking_connection not implemented | ||
google_sql_database not implemented | ||
google_sql_database_instance not implemented | ||
google_sql_user not implemented | ||
google_storage_bucket_acl not implemented | ||
google_storage_bucket_acl not implemented | ||
google_storage_bucket_iam_binding not implemented | ||
google_storage_bucket_object not implemented | ||
google_storage_bucket_object not implemented | ||
google_storage_bucket_object not implemented | ||
google_storage_bucket_object not implemented | ||
google_storage_bucket_object not implemented | ||
google_storage_bucket_object not implemented |