forked from pierront/but3-iac
1 bonus pas catégorie
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 4,
|
||||
"terraform_version": "1.14.1",
|
||||
"serial": 54,
|
||||
"serial": 58,
|
||||
"lineage": "39fa9bd0-98c8-1759-7f73-ed127b902d8b",
|
||||
"outputs": {
|
||||
"frontend_public_ip": {
|
||||
@@ -282,9 +282,11 @@
|
||||
"labels": {},
|
||||
"machine_type": "e2-small",
|
||||
"metadata": {
|
||||
"enable-oslogin": "TRUE"
|
||||
"enable-oslogin": "TRUE",
|
||||
"environment": "dev",
|
||||
"owner": "clemence"
|
||||
},
|
||||
"metadata_fingerprint": "VIFIa5rN4V4=",
|
||||
"metadata_fingerprint": "o5AWSB3O6Qs=",
|
||||
"metadata_startup_script": null,
|
||||
"min_cpu_platform": "",
|
||||
"name": "database-instance",
|
||||
@@ -609,6 +611,35 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"module": "module.iam",
|
||||
"mode": "managed",
|
||||
"type": "google_project_iam_custom_role",
|
||||
"name": "custom_viewer",
|
||||
"provider": "provider[\"registry.terraform.io/hashicorp/google\"]",
|
||||
"instances": [
|
||||
{
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"deleted": false,
|
||||
"description": "Role custom pour TP",
|
||||
"id": "projects/western-diorama-374821/roles/customBasicViewer",
|
||||
"name": "projects/western-diorama-374821/roles/customBasicViewer",
|
||||
"permissions": [
|
||||
"compute.instances.get",
|
||||
"compute.instances.list"
|
||||
],
|
||||
"project": "western-diorama-374821",
|
||||
"role_id": "customBasicViewer",
|
||||
"stage": "GA",
|
||||
"title": "Custom Basic Viewer"
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"identity_schema_version": 0,
|
||||
"private": "bnVsbA=="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"module": "module.iam",
|
||||
"mode": "managed",
|
||||
|
||||
Reference in New Issue
Block a user