{ "version": 4, "terraform_version": "1.6.5", "serial": 477, "lineage": "e28b6ff0-08d0-2959-c855-ccb05fb8c431", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a47691fe974598196", "ami": "ami-a8e1a877", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a4bfc603"], "subnet_id": "subnet-dbdd7df0", "key_name": "prod-deploy-key" } } ] } ] }