{ "version": 4, "terraform_version": "1.5.0", "serial": 308, "lineage": "86480920-995f-b8af-a4f3-be613559b339", "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-de29bd4b0edd30dd1", "ami": "ami-b7f9aa99", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b7f7c7b2"], "subnet_id": "subnet-97ecc06f", "key_name": "prod-deploy-key" } } ] } ] }