{ "version": 4, "terraform_version": "1.7.2", "serial": 347, "lineage": "41bacfb8-347f-11f2-adc2-301e3def9162", "outputs": { "db_endpoint": { "value": "db-1.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-da5f71ce97b14a5b6", "ami": "ami-7425a714", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-184e63f3"], "subnet_id": "subnet-89e07da6", "key_name": "prod-deploy-key" } } ] } ] }