{ "version": 4, "terraform_version": "1.5.3", "serial": 193, "lineage": "78b4813f-beea-4871-875b-0f86dd37ec87", "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-d072687dcec412366", "ami": "ami-59fddf8c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3a1e6e8c"], "subnet_id": "subnet-2064125b", "key_name": "prod-deploy-key" } } ] } ] }