{ "version": 4, "terraform_version": "1.7.1", "serial": 171, "lineage": "9d847a06-878a-6931-eb7d-0629959048f9", "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-1c686b9c758a432b1", "ami": "ami-20cd0d20", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66e402fc"], "subnet_id": "subnet-9dec661c", "key_name": "prod-deploy-key" } } ] } ] }