{ "version": 4, "terraform_version": "1.5.4", "serial": 430, "lineage": "15aefce2-9d95-a29c-ef72-b6fc97c76a04", "outputs": { "db_endpoint": { "value": "db-4.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-ec4cb27c0016f463e", "ami": "ami-9e84fff2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-40e04c27"], "subnet_id": "subnet-cd352daa", "key_name": "prod-deploy-key" } } ] } ] }