Documentation ¶
Overview ¶
Package plan provide the Terraform planning functionality for Guardian.
Index ¶
Constants ¶
View Source
const CommentPrefix = "**`🔱 Guardian 🔱 PLAN`** -"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // GitHub context values ServerURL string // this value is used to generate URLs for creating links in pull request comments RunID int64 RunAttempt int64 }
Config defines the of configuration required for running the plan action.
func (*Config) MapGitHubContext ¶
MapGitHubContext maps values from the GitHub context.
type PlanRunCommand ¶
type PlanRunCommand struct { cli.BaseCommand flags.GitHubFlags flags.RetryFlags // contains filtered or unexported fields }
func (*PlanRunCommand) Desc ¶
func (c *PlanRunCommand) Desc() string
func (*PlanRunCommand) Flags ¶
func (c *PlanRunCommand) Flags() *cli.FlagSet
func (*PlanRunCommand) Help ¶
func (c *PlanRunCommand) Help() string
Click to show internal directories.
Click to hide internal directories.