{ "version": 4, "terraform_version": "1.5.5", "serial": 589, "lineage": "ff143efc-1749-07e6-00c1-a3507ca0c9e1", "outputs": { "db_endpoint": { "value": "db-3.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-0d92d9a6a2ce0a101", "ami": "ami-99c3e417", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e179ebf3"], "subnet_id": "subnet-233dc966", "key_name": "prod-deploy-key" } } ] } ] }