{ "version": 4, "terraform_version": "1.7.3", "serial": 332, "lineage": "a517e169-c8dd-542d-f31b-4abcecb5475e", "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-27c2ea70bc93b863c", "ami": "ami-cc87598c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-15354b8f"], "subnet_id": "subnet-b231bd6c", "key_name": "prod-deploy-key" } } ] } ] }