Difference between revisions of "Terraform show (grep aws instance)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " terraform show | grep aws_instance # module.my_compute_module.aws_instance.this[0]: resource "aws_instance" "this" { # module.my_compute_module.aws_instance.this[1]:...")
 
Line 1: Line 1:
  [[terraform show]] | grep aws_instance
+
  [[terraform show]] | grep [[aws_instance]]
 
  # module.my_compute_module.aws_instance.this[0]:
 
  # module.my_compute_module.aws_instance.this[0]:
 
  resource "aws_instance" "this" {
 
  resource "aws_instance" "this" {

Revision as of 15:10, 18 October 2021

terraform show | grep aws_instance
# module.my_compute_module.aws_instance.this[0]:
resource "aws_instance" "this" {
# module.my_compute_module.aws_instance.this[1]:
resource "aws_instance" "this" {


See also

Advertising: