{ "version": 4, "terraform_version": "1.5.0", "serial": 117, "lineage": "4d610a42-6e7e-99b8-fc13-05de338cad8c", "outputs": { "db_endpoint": { "value": "db-4.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-deba6490cf9370772", "ami": "ami-f9914647", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4c009954"], "subnet_id": "subnet-a02fdba5", "key_name": "prod-deploy-key" } } ] } ] }