{ "version": 4, "terraform_version": "1.7.5", "serial": 361, "lineage": "a44a0f2e-c75e-c26f-c8f7-c13f1973fef5", "outputs": { "db_endpoint": { "value": "db-3.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-8d4d5d97de8b1959a", "ami": "ami-b731d3b4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5fd22c69"], "subnet_id": "subnet-67de0c5d", "key_name": "prod-deploy-key" } } ] } ] }