{ "version": 4, "terraform_version": "1.8.4", "serial": 108, "lineage": "e35fd57d-c9b0-0efc-aeeb-9d464f74e664", "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-2ff4e469a487296fa", "ami": "ami-b1164f68", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aad29d06"], "subnet_id": "subnet-23778c96", "key_name": "prod-deploy-key" } } ] } ] }