{ "version": 4, "terraform_version": "1.5.9", "serial": 570, "lineage": "f3e71168-8558-6a68-250e-d331b1c53735", "outputs": { "db_endpoint": { "value": "db-0.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-9495971e5710085a6", "ami": "ami-f0625197", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ed392f83"], "subnet_id": "subnet-ebc85e5f", "key_name": "prod-deploy-key" } } ] } ] }