{ "version": 4, "terraform_version": "1.7.1", "serial": 106, "lineage": "d28d7a74-0142-7791-517f-9c08663b2044", "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-26283f2d2608dc088", "ami": "ami-f77ceeec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4cef4b06"], "subnet_id": "subnet-5180b8fa", "key_name": "prod-deploy-key" } } ] } ] }