{ "version": 4, "terraform_version": "1.6.3", "serial": 270, "lineage": "b46ff326-e24c-685a-4ed0-e492646c31ca", "outputs": { "db_endpoint": { "value": "db-2.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-a89237e1bc6c4b5f2", "ami": "ami-efe4f5e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-21bccf80"], "subnet_id": "subnet-0ffd0e53", "key_name": "prod-deploy-key" } } ] } ] }