{ "version": 4, "terraform_version": "1.6.7", "serial": 286, "lineage": "ef6f697b-e5e7-4cfd-ee8d-c152f76855fd", "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-dde871162a105331f", "ami": "ami-9dacb626", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7dc2f5c7"], "subnet_id": "subnet-894f9ce1", "key_name": "prod-deploy-key" } } ] } ] }