{ "version": 4, "terraform_version": "1.5.9", "serial": 140, "lineage": "85c1d62a-6785-b388-3107-3dd0d9ccd46a", "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-fcfa25cb19029f4a5", "ami": "ami-59efa519", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-110046e9"], "subnet_id": "subnet-7c4509c1", "key_name": "prod-deploy-key" } } ] } ] }