{ "version": 4, "terraform_version": "1.7.3", "serial": 112, "lineage": "e8de1a7f-ac64-76f7-8db0-599f55589a53", "outputs": { "db_endpoint": { "value": "db-0.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-05434cbd7017dabd0", "ami": "ami-28d2a134", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f549af96"], "subnet_id": "subnet-c23468f7", "key_name": "prod-deploy-key" } } ] } ] }