{ "version": 4, "terraform_version": "1.8.7", "serial": 198, "lineage": "a27f564d-111f-de45-ea5a-b1a57723b3eb", "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-d041b349f7728629e", "ami": "ami-9acd19f8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-51c5d150"], "subnet_id": "subnet-da416cb4", "key_name": "prod-deploy-key" } } ] } ] }