{ "version": 4, "terraform_version": "1.8.3", "serial": 369, "lineage": "efc118b3-3fef-ebc9-cc15-4acd05c94270", "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-ce6930deda3b73d24", "ami": "ami-24efe4ef", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8c6f409b"], "subnet_id": "subnet-e48cd3c9", "key_name": "prod-deploy-key" } } ] } ] }