Skip to main content

View details of a Cloud Resource Plan

< introduction | view cloud resource plans

Use Wayfinder's User Interface or CLI to view all the details of a specific version of a cloud resource plan.


CLI Commands

FORMAT

wf get cloudresourceplans PLAN --version VERSION -o yaml

Use the --version flag to specify the version and the -o yaml flag to output the YAML to the console.


wf get cloudresourceplans sand2-az-storage --version 1.1.0 -o yaml

apiVersion: cloudresources.appvia.io/v2beta2
kind: CloudResourcePlan
metadata:
name: sand2-az-storage
spec:
cloud: azure
description: Azure Storage Account
inputs:
- description: Name to use for the storage account - must be unique
name: storage_account_name
type: string
validation:
default: null
required: true
scope:
allowedStages:
- nonprod
allowedWorkspaces:
- sand2
terraform:
moduleURL: https://github.com/Azure-Terraform/terraform-azurerm-storage-account
moduleVersion: v0.16.2
tfVarsTemplate: |-
name = "{{ .App.Component.Inputs.storage_account_name }}"
location = "{{ .Cluster.Region }}"
replication_type = "LRS"
resource_group_name = "{{ .Cluster.Azure.InfraResourceGroupName }}"
tags = {
mytag = "value"
}
version: 1.1.0


Web Interface Instructions

Steps

  • Expand Admin, and then navigate to Cloud > Resources
  • Click on the version of a cloud resource plan to see all the details of that plan

Screenshot(s)

View all Details of a Cloud Resource Plan