{ "version": 4, "terraform_version": "1.5.0", "serial": 403, "lineage": "220e66a8-fdbb-5b7d-788d-e132463b7875", "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-6161725ba52d57294", "ami": "ami-f0985b9a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7aa3ad85"], "subnet_id": "subnet-e79b18dc", "key_name": "prod-deploy-key" } } ] } ] }