{ "version": 4, "terraform_version": "1.7.9", "serial": 266, "lineage": "24879f87-c21e-199a-2c40-5415abbb6db2", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-18185b3969810deb8", "ami": "ami-283ad329", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6c13b0d8"], "subnet_id": "subnet-c02195f2", "key_name": "prod-deploy-key" } } ] } ] }