{ "version": 4, "terraform_version": "1.5.7", "serial": 556, "lineage": "015ec9cc-5ee9-1d92-7064-a27ce9449b34", "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-a798c2127ce7ce4ac", "ami": "ami-05c166c1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c3de1e3"], "subnet_id": "subnet-6d9b63e7", "key_name": "prod-deploy-key" } } ] } ] }