{ "version": 4, "terraform_version": "1.7.1", "serial": 150, "lineage": "1f957f28-34b1-0b37-b8d6-d09cce798fd5", "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-6df61693898633a7d", "ami": "ami-deaad6f5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-50c2fc94"], "subnet_id": "subnet-5cbe6c3d", "key_name": "prod-deploy-key" } } ] } ] }