{ "version": 4, "terraform_version": "1.6.8", "serial": 221, "lineage": "0a4b44bb-6cc4-66f0-c73d-816d2474d77d", "outputs": { "db_endpoint": { "value": "db-3.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-f06d458e6156b717d", "ami": "ami-a814438a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b004001f"], "subnet_id": "subnet-20f7de0c", "key_name": "prod-deploy-key" } } ] } ] }