Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize terraform in output #1338

Merged
merged 2 commits into from Jan 31, 2022
Merged

Capitalize terraform in output #1338

merged 2 commits into from Jan 31, 2022

Conversation

karniwl
Copy link
Contributor

@karniwl karniwl commented Jan 30, 2022

Q A
πŸ› Bug fix? no
πŸš€ New feature? no
⚠ Deprecations? no
❌ BC Break no
πŸ”— Related issues None
❓ Documentation no

Description

A quick πŸ’…

  • removing redundant space before exclamation mark in output
  • capitalizing Terraform in output for consistency and correctness, currently we have once no-capitalized and twice capitalized.
    image

The available commands for execution are listed below.
The primary workflow commands are given first, followed by
less common or more advanced commands.

Main commands:
  init          Prepare your working directory for other commands
  validate      Check whether the configuration is valid
  plan          Show changes required by the current configuration
  apply         Create or update infrastructure
  destroy       Destroy previously-created infrastructure

All other commands:
  console       Try Terraform expressions at an interactive command prompt
  fmt           Reformat your configuration in the standard style
  force-unlock  Release a stuck lock on the current workspace
  get           Install or upgrade remote Terraform modules
  graph         Generate a Graphviz graph of the steps in an operation
  import        Associate existing infrastructure with a Terraform resource
  login         Obtain and save credentials for a remote host
  logout        Remove locally-stored credentials for a remote host
  output        Show output values from your root module
  providers     Show the providers required for this configuration
  refresh       Update the state to match remote systems
  show          Show the current state or a saved plan
  state         Advanced state management
  taint         Mark a resource instance as not fully functional
  test          Experimental support for module integration testing
  untaint       Remove the 'tainted' state from a resource instance
  version       Show the current Terraform version
  workspace     Workspace management

Global options (use these before the subcommand, if any):
  -chdir=DIR    Switch to a different working directory before executing the
                given subcommand.
  -help         Show this help output, or the help for a specified subcommand.
  -version      An alias for the "version" subcommand. in output for consistency
@karniwl karniwl self-assigned this Jan 30, 2022
@karniwl karniwl requested a review from a team as a code owner January 30, 2022 09:56
@karniwl karniwl requested review from muratcelep and removed request for a team January 30, 2022 09:56
@CLAassistant
Copy link

CLAassistant commented Jan 30, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@sundowndev sundowndev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@sundowndev sundowndev changed the title Chore/capitalize terraform Capitalize terraform in output Jan 31, 2022
@sundowndev sundowndev added the kind/maintenance Refactoring or changes to the workspace label Jan 31, 2022
@sundowndev sundowndev merged commit 4051e58 into main Jan 31, 2022
@sundowndev sundowndev deleted the chore/capitalize-terraform branch January 31, 2022 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/maintenance Refactoring or changes to the workspace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants