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]:...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  [[terraform show]] | grep aws_instance
+
{{lowercase}}
 +
  [[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" {
Line 5: Line 6:
 
  resource "aws_instance" "this" {
 
  resource "aws_instance" "this" {
  
 +
 +
== Related ==
 +
[[id]]
  
 
== See also ==
 
== See also ==

Latest revision as of 18:21, 31 January 2023

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" {


Related[edit]

id

See also[edit]

Advertising: