{ "version": 4, "terraform_version": "1.6.4", "serial": 212, "lineage": "f20250c8-916f-77b4-f7fb-748a28968550", "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-73592fff7e593c46d", "ami": "ami-20d28cda", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-19dfb0bc"], "subnet_id": "subnet-31123bf2", "key_name": "prod-deploy-key" } } ] } ] }