{ "version": 4, "terraform_version": "1.7.0", "serial": 372, "lineage": "f14dac08-af5d-1d00-8ab1-43ede8001c04", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-f48038d82826af145", "ami": "ami-9f5fe2fe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56c5b466"], "subnet_id": "subnet-c0bf7073", "key_name": "prod-deploy-key" } } ] } ] }