{ "version": 4, "terraform_version": "1.6.2", "serial": 171, "lineage": "f2f8e39c-f758-d190-9686-62fc976ffbc1", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8440f9237d99a2ba4", "ami": "ami-d8c20371", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ba4ecca2"], "subnet_id": "subnet-9935e717", "key_name": "prod-deploy-key" } } ] } ] }