ForgeTrust.AppSurface.Deployment.GcpCloudRun 0.2.0-preview.8

This is a prerelease version of ForgeTrust.AppSurface.Deployment.GcpCloudRun.
dotnet add package ForgeTrust.AppSurface.Deployment.GcpCloudRun --version 0.2.0-preview.8
                    
NuGet\Install-Package ForgeTrust.AppSurface.Deployment.GcpCloudRun -Version 0.2.0-preview.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ForgeTrust.AppSurface.Deployment.GcpCloudRun" Version="0.2.0-preview.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ForgeTrust.AppSurface.Deployment.GcpCloudRun" Version="0.2.0-preview.8" />
                    
Directory.Packages.props
<PackageReference Include="ForgeTrust.AppSurface.Deployment.GcpCloudRun" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ForgeTrust.AppSurface.Deployment.GcpCloudRun --version 0.2.0-preview.8
                    
#r "nuget: ForgeTrust.AppSurface.Deployment.GcpCloudRun, 0.2.0-preview.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ForgeTrust.AppSurface.Deployment.GcpCloudRun@0.2.0-preview.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ForgeTrust.AppSurface.Deployment.GcpCloudRun&version=0.2.0-preview.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ForgeTrust.AppSurface.Deployment.GcpCloudRun&version=0.2.0-preview.8&prerelease
                    
Install as a Cake Tool

ForgeTrust.AppSurface.Deployment.GcpCloudRun

This provider compiles AppSurface migration-job intent into reviewable Google Cloud Run v2 Job Terraform/OpenTofu JSON and verifies deployed configuration through read-only gcloud commands.

Release Guidance

This AppHost-oriented package follows the coordinated AppSurface release policy. Before using a prerelease build in an AppHost, development, or test environment, check the package chooser and release hub for publication status, compatibility guidance, and readiness.

Operational boundary

Publishing is pure artifact generation. It does not authenticate to Google Cloud, resolve secret values, apply infrastructure, execute a job, or change traffic. Foundations such as the VPC, subnet, service account, Cloud SQL instance, and Secret Manager secrets remain externally provisioned.

Use GcpCloudRunDeploymentTarget.Create() from an AppSurface Aspire deployment target. The binding profile is a checked-in, non-secret, schema-versioned JSON file beneath the AppHost. The trusted-root loader rejects symlinks from that AppHost boundary through the file; the rootless loader scans to the filesystem root while allowing only the standard macOS /var, /tmp, and /etc aliases to their matching /private directories. Unknown properties, other symlinks, environment mismatches, malformed provider identifiers, Terraform template expressions, and fields shaped like secret values are rejected.

Verification validates hashes, resource addresses, capabilities, and every duplicated operational field across the portable intent, provider plan, and Terraform artifact before invoking gcloud. It also inspects the live IAM policy and rejects public principals. A coordinated plan/Terraform rewrite that contradicts intent fails closed. Shadow mode compares operational configuration, including declared non-secret environment settings, while a legacy writer remains authoritative. Owned mode additionally checks canonical AppSurface provenance labels. Undefined parity modes fail rather than silently behaving like shadow mode.

The target applies Cloud Run's provider boundary before rendering: names containing =, names beginning with X_GOOGLE_, and runtime-owned names are rejected, and the secret-backed connection variable counts toward Cloud Run's 1,000-variable container limit.

The default verifier launches gcloud directly on Unix-like hosts. Windows uses the Cloud SDK's gcloud.cmd launcher through cmd.exe /d /c, but only after rejecting empty arguments, whitespace, control characters, and command-shell metacharacters. Keep provider identifiers canonical; do not pass free-form shell fragments to IGcloudCommandRunner.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0-preview.8 56 8/23/2026
0.2.0-preview.7 72 8/16/2026
0.2.0-preview.6 74 8/12/2026
0.2.0-preview.5 71 8/1/2026
0.2.0-preview.4 70 7/18/2026