{ "version": 4, "terraform_version": "1.8.6", "serial": 117, "lineage": "2fb2b00f-ef22-3010-b2e6-1b71a6d6093e", "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-78b2ea6a6fa4d9317", "ami": "ami-c4784f10", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d2cab452"], "subnet_id": "subnet-51f869c5", "key_name": "prod-deploy-key" } } ] } ] }