{ "version": 4, "terraform_version": "1.8.2", "serial": 596, "lineage": "0928488a-a7dd-a6f2-7d97-0dcde5445d5d", "outputs": { "db_endpoint": { "value": "db-1.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-95f51aca14e72be6f", "ami": "ami-1da62d21", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d9d3c346"], "subnet_id": "subnet-07b5a94f", "key_name": "prod-deploy-key" } } ] } ] }