{ "version": 4, "terraform_version": "1.5.1", "serial": 112, "lineage": "5ff26747-12d6-8c0e-8799-c6c21014e152", "outputs": { "db_endpoint": { "value": "db-1.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-cb2dde8d4a8852764", "ami": "ami-31e3856b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2de95eca"], "subnet_id": "subnet-c5aaa34d", "key_name": "prod-deploy-key" } } ] } ] }