{ "version": 4, "terraform_version": "1.5.8", "serial": 442, "lineage": "20370058-3260-ea35-c4b1-62517724d47d", "outputs": { "db_endpoint": { "value": "db-0.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-66322455c78cd4f36", "ami": "ami-acc37697", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-acfeae3c"], "subnet_id": "subnet-d90bd4ae", "key_name": "prod-deploy-key" } } ] } ] }