{ "version": 4, "terraform_version": "1.7.3", "serial": 450, "lineage": "12d3c4f1-5563-3ee0-f696-467dc93592a2", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-31ade416c2c18a55c", "ami": "ami-2a13a24f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f32040f1"], "subnet_id": "subnet-aef1ecd2", "key_name": "prod-deploy-key" } } ] } ] }