terraform resource: null resource

From wikieduonline
Revision as of 19:36, 7 February 2024 by Welcome (talk | contribs) (Welcome moved page Null resource to Terraform resource: null resource)
Jump to navigation Jump to search

  1. # An example resource that does nothing.
  2. resource "null_resource" "example" {
  3. triggers = {
  4. value = "A example resource that does nothing!"
  5. }
  6. }


resource "null_resource" "tags_as_list_of_maps" {


  • terraform_data is a new builtin managed resource type, which can replace the use of null_resource, and can store data of any type [GH-31757]

See also

Advertising: