{ "version": 4, "terraform_version": "1.8.7", "serial": 322, "lineage": "e3b7c218-645c-edfa-b90b-dc52458a4a49", "outputs": { "db_endpoint": { "value": "db-3.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-3ef1fcea77ae5bf96", "ami": "ami-88bd57c9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1919d02d"], "subnet_id": "subnet-6989ff1e", "key_name": "prod-deploy-key" } } ] } ] }