{ "version": 4, "terraform_version": "1.7.5", "serial": 551, "lineage": "0a2070e2-dc0e-c553-1c41-52137bacc9b0", "outputs": { "db_endpoint": { "value": "db-2.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-ffd7dc6ce0304b97d", "ami": "ami-5a99833e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ae697eb0"], "subnet_id": "subnet-cda61dc7", "key_name": "prod-deploy-key" } } ] } ] }