{ "version": 4, "terraform_version": "1.8.6", "serial": 414, "lineage": "5dcfb8f7-ee72-89e1-ef6b-66f795af6930", "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-fc346d262928fb59d", "ami": "ami-6f4fff2d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa054d7c"], "subnet_id": "subnet-377ab2ee", "key_name": "prod-deploy-key" } } ] } ] }