{ "version": 4, "terraform_version": "1.8.4", "serial": 374, "lineage": "586fcb8c-15f7-0270-2160-83252223a4bd", "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-85ccf46b5545f5594", "ami": "ami-b6d8b619", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ea36ba8a"], "subnet_id": "subnet-74bcff0e", "key_name": "prod-deploy-key" } } ] } ] }