Interface ComputeRegionInstanceTemplateConfidentialInstanceConfig

    • Method Detail

      • getConfidentialInstanceType

        @Stability(Stable)
        @Nullable
        default String getConfidentialInstanceType()
        Specifies which confidential computing technology to use.

        This could be one of the following values: SEV, SEV_SNP. If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#confidential_instance_type ComputeRegionInstanceTemplate#confidential_instance_type}

      • getEnableConfidentialCompute

        @Stability(Stable)
        @Nullable
        default Object getEnableConfidentialCompute()
        Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#enable_confidential_compute ComputeRegionInstanceTemplate#enable_confidential_compute}