{ "version": 4, "terraform_version": "1.7.7", "serial": 180, "lineage": "14c80e25-b4e8-da11-4853-880ad9af0aa6", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-d1a8bf8920c739a0b", "ami": "ami-a0f18749", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1ce0abf8"], "subnet_id": "subnet-0e87ab15", "key_name": "prod-deploy-key" } } ] } ] }