{ "version": 4, "terraform_version": "1.5.2", "serial": 360, "lineage": "e2dc30f6-6449-4727-1f9d-16699908c9a4", "outputs": { "db_endpoint": { "value": "db-2.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-53f87b1aba70db63a", "ami": "ami-41456736", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-db699e8f"], "subnet_id": "subnet-1bc00878", "key_name": "prod-deploy-key" } } ] } ] }