{ "version": 4, "terraform_version": "1.7.3", "serial": 408, "lineage": "6270d2b3-1945-0842-b96a-12f662cd09a6", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bcac5276a8b56d468", "ami": "ami-9a2b0af3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-05513cff"], "subnet_id": "subnet-10c1b7ee", "key_name": "prod-deploy-key" } } ] } ] }