{ "version": 4, "terraform_version": "1.5.5", "serial": 297, "lineage": "8683da86-fb80-1236-6243-b3c8ff6d224c", "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-31bc1bf79281bb74b", "ami": "ami-6f19031c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-55734160"], "subnet_id": "subnet-2aa05826", "key_name": "prod-deploy-key" } } ] } ] }