{ "version": 4, "terraform_version": "1.7.0", "serial": 213, "lineage": "4f2d2e50-bc25-b3f6-77d6-e5f2c9f9c926", "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-961ace3998c6ea779", "ami": "ami-dec9719c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f45d1f48"], "subnet_id": "subnet-582bbd5a", "key_name": "prod-deploy-key" } } ] } ] }