{ "version": 4, "terraform_version": "1.8.3", "serial": 314, "lineage": "4395f6e9-faab-f35c-30af-90df8cfe7297", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-d06039e8a61e21297", "ami": "ami-7a8aa0a3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-655f5b17"], "subnet_id": "subnet-f17e3849", "key_name": "prod-deploy-key" } } ] } ] }