{ "version": 4, "terraform_version": "1.5.1", "serial": 467, "lineage": "3df948ef-3697-027d-c58c-e73a3bc7e5f2", "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-94bfb5118ca35b542", "ami": "ami-cc94db52", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7619e9db"], "subnet_id": "subnet-74f59868", "key_name": "prod-deploy-key" } } ] } ] }