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 PlanCommand ¶
type PlanCommand struct { actions.GitHubActionCommand flags.RetryFlags flags.CommonFlags flags.GitHubFlags // contains filtered or unexported fields }
func (*PlanCommand) Desc ¶
func (c *PlanCommand) Desc() string
func (*PlanCommand) Flags ¶
func (c *PlanCommand) Flags() *cli.FlagSet
func (*PlanCommand) Help ¶
func (c *PlanCommand) Help() string
Click to show internal directories.
Click to hide internal directories.