{ "version": 4, "terraform_version": "1.5.5", "serial": 325, "lineage": "cd1936e4-cb50-9abd-bd46-0ecf16559165", "outputs": { "db_endpoint": { "value": "db-4.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-5b0c9a2bd17dd086d", "ami": "ami-eaa812a0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9b8dd688"], "subnet_id": "subnet-1c0a43ab", "key_name": "prod-deploy-key" } } ] } ] }