{ "version": 4, "terraform_version": "1.7.2", "serial": 572, "lineage": "6d44cba1-e87c-2939-1500-7c79917fcc44", "outputs": { "db_endpoint": { "value": "db-3.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-070575925b2cf8082", "ami": "ami-77e87c17", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-156e0bda"], "subnet_id": "subnet-9b742a0f", "key_name": "prod-deploy-key" } } ] } ] }