{ "version": 4, "terraform_version": "1.5.6", "serial": 258, "lineage": "422ecae0-85c1-850a-9188-e5b10a0cc0a1", "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-7c9dc27bb00b1b282", "ami": "ami-5fba6bce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6898f866"], "subnet_id": "subnet-c2d9eb23", "key_name": "prod-deploy-key" } } ] } ] }