{ "version": 4, "terraform_version": "1.5.9", "serial": 112, "lineage": "35c7c7c6-8466-8242-ee3f-e1ec02bc2854", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-d98a06725db6e3474", "ami": "ami-ed04ee48", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e36cc85"], "subnet_id": "subnet-4dc39e6d", "key_name": "prod-deploy-key" } } ] } ] }