{ "version": 4, "terraform_version": "1.6.9", "serial": 401, "lineage": "e9141b99-1303-8f1d-f194-18f1bd51e89e", "outputs": { "db_endpoint": { "value": "db-1.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-5b28a81616f7a64f1", "ami": "ami-71c0dc08", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-252d3db0"], "subnet_id": "subnet-f0d06a5f", "key_name": "prod-deploy-key" } } ] } ] }