{ "version": 4, "terraform_version": "1.8.7", "serial": 219, "lineage": "a4beb529-4540-40b8-236d-27d972990bd2", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-798224f66000dc333", "ami": "ami-7bf63036", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cb73682f"], "subnet_id": "subnet-75d689a5", "key_name": "prod-deploy-key" } } ] } ] }