{ "version": 4, "terraform_version": "1.8.3", "serial": 175, "lineage": "2a8e66e1-0f01-c04a-6484-d68fc2c9cc4d", "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-b86fa98b59aa29ae2", "ami": "ami-82445dfd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-343a7014"], "subnet_id": "subnet-ac1e203b", "key_name": "prod-deploy-key" } } ] } ] }