Setting Up Compliance Certifications in GCP
📖 Scenario: You work for a company that needs to ensure its cloud resources meet specific compliance standards. Your task is to create a simple configuration that lists compliance certifications and associates them with a GCP project.
🎯 Goal: Build a configuration that defines a GCP project with a list of compliance certifications attached as metadata labels.
📋 What You'll Learn
Create a dictionary called
compliance_certifications with exact keys and valuesCreate a variable called
project_id with the exact string valueCreate a dictionary called
project_config that includes project_id and labels referencing compliance_certificationsAdd a final key
compliance_enabled set to true in project_config💡 Why This Matters
🌍 Real World
Companies must track compliance certifications on their cloud projects to meet legal and security requirements.
💼 Career
Cloud engineers and compliance officers often configure and verify compliance metadata in cloud environments.
Progress0 / 4 steps