{ "version": 4, "terraform_version": "1.7.6", "serial": 139, "lineage": "6425ff4c-04fc-04d2-cf8b-6a183f0169e8", "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-0354c334750e6fcf3", "ami": "ami-d13a4327", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-73f5b224"], "subnet_id": "subnet-4ac72406", "key_name": "prod-deploy-key" } } ] } ] }