{ "version": 4, "terraform_version": "1.7.0", "serial": 103, "lineage": "3d578dd6-048b-cb95-f788-bc4a1d011ebd", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-9417776cb543ca1d4", "ami": "ami-059ba3f7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-86e3e40f"], "subnet_id": "subnet-931a4976", "key_name": "prod-deploy-key" } } ] } ] }