{ "version": 4, "terraform_version": "1.7.9", "serial": 571, "lineage": "bd6bf3fd-2b12-e447-2b7b-dde56fba4c7d", "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-6250143ffbc4d399e", "ami": "ami-879337ac", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-13b4dcd9"], "subnet_id": "subnet-fb3a0f7b", "key_name": "prod-deploy-key" } } ] } ] }