{ "version": 4, "terraform_version": "1.7.7", "serial": 575, "lineage": "6711a9a6-b041-e068-6709-8ed6a9bb2571", "outputs": { "db_endpoint": { "value": "db-1.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-9738ffa9bf031a0a0", "ami": "ami-8d6b19a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6613b17"], "subnet_id": "subnet-3cd19e3f", "key_name": "prod-deploy-key" } } ] } ] }