{ "version": 4, "terraform_version": "1.7.9", "serial": 344, "lineage": "e2e88fd0-276a-c1c4-d59e-20253a323bfc", "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-de34a43b1c25314a0", "ami": "ami-2abd81ee", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-75c218b4"], "subnet_id": "subnet-5ce4065d", "key_name": "prod-deploy-key" } } ] } ] }