{ "version": 4, "terraform_version": "1.6.6", "serial": 214, "lineage": "2d0f1f77-4d88-f846-b8f5-bf2930befa37", "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-633324c6c0541669a", "ami": "ami-0eddc54b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f6016700"], "subnet_id": "subnet-cae42829", "key_name": "prod-deploy-key" } } ] } ] }