{ "version": 4, "terraform_version": "1.5.6", "serial": 227, "lineage": "16d29600-3003-945b-8f46-0709c84dea4a", "outputs": { "db_endpoint": { "value": "db-1.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-4aa1f1c4da6e47228", "ami": "ami-2650ca28", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6064f60"], "subnet_id": "subnet-d202793e", "key_name": "prod-deploy-key" } } ] } ] }