{ "version": 4, "terraform_version": "1.6.2", "serial": 532, "lineage": "fbc57865-c942-5c4d-04b1-02b6170b55c8", "outputs": { "db_endpoint": { "value": "db-3.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-317f416c88d332396", "ami": "ami-9ef8c64c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ea2a9a8f"], "subnet_id": "subnet-108ce1b6", "key_name": "prod-deploy-key" } } ] } ] }