{ "version": 4, "terraform_version": "1.5.2", "serial": 212, "lineage": "2d631e69-975c-e333-acf5-79f1d52f2b73", "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-0fdfadd34aff79ee8", "ami": "ami-b86ab34f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e74d84df"], "subnet_id": "subnet-5b46fac9", "key_name": "prod-deploy-key" } } ] } ] }