{ "version": 4, "terraform_version": "1.7.7", "serial": 138, "lineage": "e040ba7c-66c4-50e3-0aa7-e7af6d9948d9", "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-0f55b677cd6b502e4", "ami": "ami-76d7696b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3dc204ee"], "subnet_id": "subnet-2070846b", "key_name": "prod-deploy-key" } } ] } ] }