{ "version": 4, "terraform_version": "1.6.7", "serial": 368, "lineage": "43a68921-e424-c471-6182-886cd1b89528", "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-5e53136b6b8cf50a4", "ami": "ami-7b8e7fb5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f8ccffb3"], "subnet_id": "subnet-19094ea8", "key_name": "prod-deploy-key" } } ] } ] }