{ "version": 4, "terraform_version": "1.8.1", "serial": 113, "lineage": "8cf7d875-812a-de70-1a5c-fa7ad4bde843", "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-d6756da30ebd2541b", "ami": "ami-e078cf43", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ded178d9"], "subnet_id": "subnet-03f834ec", "key_name": "prod-deploy-key" } } ] } ] }