{ "version": 4, "terraform_version": "1.8.0", "serial": 205, "lineage": "f91e5bac-3a20-a8e0-7689-c10d87fdd5e4", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b0f68eecf77197574", "ami": "ami-fc6371c1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-251b8e2a"], "subnet_id": "subnet-c33cc932", "key_name": "prod-deploy-key" } } ] } ] }