{ "version": 4, "terraform_version": "1.5.1", "serial": 284, "lineage": "ab09e4c3-08d1-2e80-4c5a-b1b3f06be65f", "outputs": { "db_endpoint": { "value": "db-1.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-3bb7f8b7389f3847a", "ami": "ami-7d8c37ed", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7c015b09"], "subnet_id": "subnet-6a1d0d14", "key_name": "prod-deploy-key" } } ] } ] }