{ "version": 4, "terraform_version": "1.8.3", "serial": 452, "lineage": "59a6a811-2432-bb73-79c4-2a750690b61a", "outputs": { "db_endpoint": { "value": "db-1.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-e42591fdb16fba5ec", "ami": "ami-d5b24a73", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1306e216"], "subnet_id": "subnet-d1f04880", "key_name": "prod-deploy-key" } } ] } ] }