{ "version": 4, "terraform_version": "1.5.6", "serial": 406, "lineage": "a59423b8-4be5-35a4-708b-b7a5a2eeecd3", "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-25ccc231d5f55196f", "ami": "ami-584d8719", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-622474c1"], "subnet_id": "subnet-e163be22", "key_name": "prod-deploy-key" } } ] } ] }