{ "version": 4, "terraform_version": "1.6.9", "serial": 172, "lineage": "45bf7b3e-f98a-afd5-b487-17624dc0d847", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-a803f6460d40315f2", "ami": "ami-ed042401", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5b464f18"], "subnet_id": "subnet-a79d8f98", "key_name": "prod-deploy-key" } } ] } ] }